zipline/prisma/migrations/20220816212407_avatar/migration.sql

3 lines
63 B
MySQL
Raw Normal View History

2022-08-16 16:50:59 -05:00
-- AlterTable
ALTER TABLE "User" ADD COLUMN "avatar" TEXT;