Files
sign/packages/prisma/migrations/20231007080315_document_name_to_template/migration.sql

9 lines
244 B
MySQL
Raw Normal View History

2023-10-06 22:54:24 +00:00
/*
Warnings:
- Added the required column `documentName` to the `Template` table without a default value. This is not possible if the table is not empty.
*/
-- AlterTable
ALTER TABLE "Template" ADD COLUMN "documentName" TEXT NOT NULL;