Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

postgresql remove not null constraint

alter table users alter column email drop not null;
Source by popsql.com #
 
PREVIOUS NEXT
Tagged: #postgresql #remove #null #constraint
ADD COMMENT
Topic
Name
6+6 =