PostgreSQL: Zmiana kolumny NOT NULL -> NULL’able

ALTER TABLE table1 ALTER COLUMN field1 DROP NOT NULL;

Leave a Reply