You're about to add not-null version without default value

I added this column
  version: int("version").notNull().default(0),

and it's trying to truncate because it thinks there's on default value
Was this page helpful?