Monelia-Nails/prisma/migrations/20250416163101_init/migration.sql

9 lines
203 B
MySQL
Raw Normal View History

2025-04-16 18:57:49 +02:00
/*
Warnings:
- You are about to drop the column `ut_panier` on the `Utilisateur` table. All the data in the column will be lost.
*/
-- AlterTable
ALTER TABLE `Utilisateur` DROP COLUMN `ut_panier`;