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

9 lines
226 B
MySQL
Raw Normal View History

2025-04-16 18:57:49 +02:00
/*
Warnings:
- Made the column `expireAt` on table `Session` required. This step will fail if there are existing NULL values in that column.
*/
-- AlterTable
ALTER TABLE `Session` MODIFY `expireAt` DATETIME(3) NOT NULL;