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/yogurt
Screenshot_542.png
Screenshot_541.png
SPOILER_Screenshot_540.png
GitHub
Contribute to Boby900/yogurt development by creating an account on GitHub.
Was this page helpful?