Files
ef_front/prisma/migrations/20250809040616_init/migration.sql

3 lines
71 B
MySQL
Raw Normal View History

2025-09-07 22:57:43 +00:00
-- AlterTable
ALTER TABLE `Post` MODIFY `publisher` VARCHAR(191) NULL;