add migrate

This commit is contained in:
rca 2024-06-18 02:39:30 +09:00
parent a5934aad6b
commit 58041637c5

View File

@ -0,0 +1,8 @@
/*
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";