daphnis/prisma/migrations/20240624151602_auth/migration.sql

3 lines
98 B
MySQL
Raw Normal View History

2024-06-29 05:22:22 +00:00
-- AlterTable
ALTER TABLE `user` ADD COLUMN `role` ENUM('ADMIN', 'USER') NOT NULL DEFAULT 'USER';