You're about to add not-null version without default value
I added this column
and it's trying to truncate because it thinks there's on default value
and it's trying to truncate because it thinks there's on default value
version: int("version").notNull().default(0),