PostgreSQL : その他テーブル操作など

NOT NULL 制約の削除
ALTER TABLE table_name ALTER COLUMN column_name DROP NOT NULL;