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

9 lines
231 B
SQL

/*
Warnings:
- Made the column `ut_mdp` on table `Utilisateur` required. This step will fail if there are existing NULL values in that column.
*/
-- AlterTable
ALTER TABLE `Utilisateur` MODIFY `ut_mdp` VARCHAR(191) NOT NULL;