2020122900.sql 127 字节 原文件 审查 历史 永久链接 1 2 ALTER TABLE "users" ALTER COLUMN "preferences" DROP NOT NULL; ALTER TABLE "users" ALTER COLUMN "preferences" SET DEFAULT NULL;