calcom/prisma/migrations/20211228004752_adds_user_metadata/migration.sql
2021-12-28 10:15:52 +01:00

2 lines
67 B
SQL

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