db push when adding notNull column with default() value
I've added this column to my table:
But when running
Is there a way to push this column without dropping table, it it has default? Is is a bug, or am I doing something wrong?
fullfilled: boolean("fullfilled").default(false).notNull(),But when running
drizzle-kit push:mysql I get this: Is there a way to push this column without dropping table, it it has default? Is is a bug, or am I doing something wrong?