-
Notifications
You must be signed in to change notification settings - Fork 894
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PostgreSQL adapter can't use smallserial type #1693
Comments
Why are you not using normal integers? |
My reference table is very small, but related table is very large.
Sure, here |
My tip for you: Don't nano-optimize. |
May be you right) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The result table contains column
id
with typeinteger
insteadsmallint
.This is because of this code:
Can any one fix this?
The text was updated successfully, but these errors were encountered: