Files
Konquesto/prisma/migrations/20260126105358_add_user_token/migration.sql
2026-01-26 14:44:17 +01:00

9 lines
229 B
SQL

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