DataTypes.CHAR(2) generate char(255) #21
balaturgija
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've decorated the primary key as shown in the example above. However, the migration file generates it as CHAR, and when I check in Postgres, the type is char(255).
I didn't have any other issues with migration generating except this. Am I missing something?
Beta Was this translation helpful? Give feedback.
All reactions