calcom/apps/web/prisma/migrations/20211228004752_adds_user_metadata/migration.sql
2022-02-10 14:22:45 -07:00

2 lines
67 B
SQL

-- AlterTable
ALTER TABLE "users" ADD COLUMN "metadata" JSONB;