Files
learn-languages/prisma/migrations/20260203120213_table_user_delete_name/migration.sql
2026-02-03 20:29:55 +08: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";