INSERT INTO "PlanEntitlement" ("id", "tier", "feature", "limitValue", "createdAt", "updatedAt") VALUES ('pe-basic-publish_enhance', 'BASIC', 'publish_enhance', 2, NOW(), NOW()), ('pe-pro-publish_enhance', 'PRO', 'publish_enhance', 15, NOW(), NOW()) ON CONFLICT ("tier", "feature") DO UPDATE SET "limitValue" = EXCLUDED."limitValue", "updatedAt" = NOW();