ChrisJ
ChrisJ
DTDrizzle Team
Created by god on 1/26/2024 in #help
Column _ cannot be cast automatically to type integer
try manually using such code: ALTER TABLE "table" ALTER COLUMN "column" SET DATA TYPE integer USING (id::integer);
4 replies
DTDrizzle Team
Created by god on 1/26/2024 in #help
Column _ cannot be cast automatically to type integer
It seems there's a bug that prevents some column updates: https://github.com/drizzle-team/drizzle-orm/issues/930
4 replies