You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What do you think about using more precise numeric type names? Right now all integer-ish types (ones that match #"int" or #"serial") get converted to :integer. Instead dbxray could use the names from the docs like bigserial or smallint.
What do you think about using more precise numeric type names? Right now all integer-ish types (ones that match
#"int"or#"serial") get converted to:integer. Insteaddbxraycould use the names from the docs likebigserialorsmallint.