Answers for "allow null in psql"

SQL
0

allow null in psql

ALTER TABLE mytable ALTER COLUMN mycolumn DROP NOT NULL;
Posted by: Guest on October-06-2020

Code answers related to "SQL"

Browse Popular Code Answers by Language