Firebird Reverse Engineering Too Many Domains created

When importing from a Firebird Database all Table data types are converted to domains. Eg

CREATE DOMAIN RDB$261
AS INTEGER;

CREATE DOMAIN RDB$26
AS INTEGER;

This obfuscates everything, eg.

CREATE TABLE BREED_CODES (
BREED_CODE RDB$479 NOT NULL,
BREED_DESCRIPTION RDB$480,
CONSTRAINT PK_BREED_CODES PRIMARY KEY (BREED_CODE)
);

is there any way to turn this behavior off?

Thanks, Simon

Thanks for reporting. This is now fixed in TMS Data Modeler 3.11.