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

3 lines
63 B
MySQL
Raw Normal View History

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