file-uploader/prisma/migrations/20240706074316_size_key/migration.sql
2024-07-06 04:20:53 -04:00

8 lines
222 B
SQL

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