PostgreSQL not null制約の削除

PostgreSQL not null制約の削除

ALTER TABLE テーブル名 ALTER COLUMN カラム名 DROP NOT NULL;