kidshift-be/prisma/migrations/20240617173815_delete_dup_name/migration.sql

9 lines
179 B
MySQL
Raw Normal View History

2024-06-17 17:39:30 +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";