project-knedita/prisma/migrations/20230713160000_create_user_profile_picture_field/migration.sql

3 lines
63 B
MySQL
Raw Permalink Normal View History

-- AlterTable
ALTER TABLE "User" ADD COLUMN "pfpUrl" TEXT;