A table field declared as e.g.
TESTFIELD TIMESTAMP(3)
when loaded into the table editor loses its scale and becomes
TIMESTAMP(0)
Even when changing scale back to 3 with the field editor, it keeps being displayed as 0, although stored in the DB correctly.
Unfortunately, when doing a DDL extract of the table, the scale is again back to 0, making it impossible to use DDL extracted SQL files with any table that contains timestamps, because all timestamp scales are rendered to 0.