jws-backend/prisma/migrations/20240417094807_add_username_field/migration.sql
2024-04-17 16:48:41 +07:00

8 lines
228 B
SQL

/*
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;