PostgresError: column "content" of relation "post_table" contains null values
I had dropped the column in the past but now I want to restore/create it, it's also coming in the scripts as
ALTER TABLE "post_table" ADD COLUMN "content" text NOT NULL;
ALTER TABLE "post_table" ADD COLUMN "content" text NOT NULL;
but I am getting this unexpected error. And in Drizzle-studio too I am not seeing a table named content Any help would be greatly admire https://github.com/Boby900/yogurt