Files
bracketeer/prisma/migrations/20240918050122_add_user_email/migration.sql
2024-09-24 23:52:40 -06:00

9 lines
222 B
SQL

/*
Warnings:
- Added the required column `email` to the `User` table without a default value. This is not possible if the table is not empty.
*/
-- AlterTable
ALTER TABLE "User" ADD COLUMN "email" TEXT NOT NULL;