stacker.news/prisma/migrations/20210601001008_null_names/migration.sql

3 lines
69 B
MySQL
Raw Normal View History

2021-06-02 14:23:30 +00:00
-- AlterTable
ALTER TABLE "users" ALTER COLUMN "name" DROP NOT NULL;