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

8 lines
255 B
SQL

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