jws-backend/prisma/migrations/20240417094807_add_username_field/migration.sql

9 lines
228 B
MySQL
Raw Normal View History

2024-04-17 16:48:41 +07:00
/*
Warnings:
- Added the required column `username` to the `User` table without a default value. This is not possible if the table is not empty.
*/
-- AlterTable
ALTER TABLE "User" ADD COLUMN "username" TEXT NOT NULL;