yo-next-auth/prisma/migrations/20240410181603_added_ext_data_to_user/migration.sql

3 lines
70 B
SQL

-- AlterTable
ALTER TABLE "User" ADD COLUMN "extendedData" JSONB;