tianji/prisma/migrations/20231112152240_add_dashboard_layout/migration.sql

3 lines
77 B
MySQL
Raw Normal View History

-- AlterTable
ALTER TABLE "Workspace" ADD COLUMN "dashboardLayout" JSON;