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;
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/yogurtGitHub
GitHub - Boby900/yogurt
Contribute to Boby900/yogurt development by creating an account on GitHub.
1 Reply
can anyone please help me with this?