file-uploader/prisma/migrations/20240706074424_am_i_crazy/migration.sql

9 lines
255 B
MySQL
Raw Normal View History

2024-07-06 08:20:53 +00:00
/*
Warnings:
- You are about to alter the column `size` on the `Upload` table. The data in that column could be lost. The data in that column will be cast from `BigInt` to `Int`.
*/
-- AlterTable
ALTER TABLE `Upload` MODIFY `size` INTEGER NOT NULL;