mysql: bigint(20) unsigned not null auto_increment got converted to: numeric(21) GENERATED BY DEFAULT AS IDENTITY("SEQ_asdf") NOT NULL
mysql:
bigint(20) unsigned not null auto_increment
got converted to:
numeric(21) GENERATED BY DEFAULT AS IDENTITY("SEQ_asdf") NOT NULL