PostgreSQL tinyint

I just noticed that using tinyint or int the results in the same SERIAL format when exporting to PostgreSQL, while the correct format for tinyint should be SMALLSERIAL.

1 Like