📜  在 psql 代码示例中允许 null

📅  最后修改于: 2022-03-11 15:04:56.035000             🧑  作者: Mango

代码示例1
ALTER TABLE mytable ALTER COLUMN mycolumn DROP NOT NULL;