::character varying generating the end of varchar().default() in migrations
Hello, guys! Maybe here is the right place for this, since I need help now.
Just a quick question for the drizzle-kit migrations:
I have a schema that looks like this:
but the migration generates this:
And gives a type error. Is there something I'm doing wrong? And I really need these strings to be 60 chars max, that is why I am using varchar.
0 Replies