diff --git a/prisma/migrations/20240720175428_add_field/migration.sql b/prisma/migrations/20240720175428_add_field/migration.sql new file mode 100644 index 0000000..34d7769 --- /dev/null +++ b/prisma/migrations/20240720175428_add_field/migration.sql @@ -0,0 +1,8 @@ +/* + Warnings: + + - Added the required column `type` to the `Sprite` table without a default value. This is not possible if the table is not empty. + +*/ +-- AlterTable +ALTER TABLE `Sprite` ADD COLUMN `type` VARCHAR(191) NOT NULL;