Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

postgresql alter column nullable

-- To change a column to nullable
ALTER TABLE mytable ALTER COLUMN mycolumn DROP NOT NULL;
Source by www.postgresql.org #
 
PREVIOUS NEXT
Tagged: #postgresql #alter #column #nullable
ADD COMMENT
Topic
Name
2+2 =