kidshift-be/prisma/migrations/20240617173815_delete_dup_name/migration.sql
2024-06-18 02:39:30 +09:00

9 lines
179 B
SQL

/*
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";