Database Studio Table thinks my Postgres bigint column is a string
As a result, when ordering rows by ID, they are ordered lexographically (eg
1, 10, 11, 2, 20, ...).Postgres integration seems to work well everywhere else. Also, Database Studio Table doesn't seem to have this problem with MySQL tables.
Anyone have an idea why this is happening?