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.
![No description](https://cdn.answeroverflow.com/1249165464391913512/Screenshot_542.png)
![No description](https://cdn.answeroverflow.com/1249165464656023592/Screenshot_541.png)
![No description](https://cdn.answeroverflow.com/1249165464920129536/SPOILER_Screenshot_540.png)
1 Reply
can anyone please help me with this?