shellphone.app/db/migrations/20210925140956_make_full_name_mandatory/migration.sql

10 lines
232 B
MySQL
Raw Normal View History

2021-09-25 14:16:31 +00:00
/*
Warnings:
- You are about to drop the column `name` on the `User` table. All the data in the column will be lost.
*/
-- AlterTable
ALTER TABLE "User" DROP COLUMN "name",
ADD COLUMN "fullName" TEXT NOT NULL DEFAULT E'';