Ubah dari Not Null PostgreSQL

ALTER TABLE table_name ALTER COLUMN column_name DROP NOT NULL;
Spotless Stoat