Reputation: 49
I have dropped the not null constraint for a column in postgresql. Now i need to add the not null constraint back to the column. My table has data in it already . How can i do it?
This column was created: columnname TEXT NOT NULL
Upvotes: 0
Views: 437