file-uploader/prisma/migrations/20240706074316_size_key/migration.sql

9 lines
222 B
MySQL
Raw Normal View History

2024-07-06 08:20:53 +00:00
/*
Warnings:
- Added the required column `size` to the `Upload` table without a default value. This is not possible if the table is not empty.
*/
-- AlterTable
ALTER TABLE `Upload` ADD COLUMN `size` BIGINT NOT NULL;