Files
yo-next-auth/prisma/migrations/20240410181603_added_ext_data_to_user/migration.sql
2024-04-10 21:24:25 +03:00

3 lines
70 B
SQL

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