什么是 stripe-sync-migrations?
当用户想要为 stripe-sync-engine 运行数据库迁移时。当用户提及“运行迁移”、“条带架构”、“创建条带表”、“数据库设置”或“stripe_migrations”时也可使用。 来源:ashutoshpw/stripe-sync-engine。
当用户想要为 stripe-sync-engine 运行数据库迁移时。当用户提及“运行迁移”、“条带架构”、“创建条带表”、“数据库设置”或“stripe_migrations”时也可使用。
通过命令行快速安装 stripe-sync-migrations AI 技能到你的开发环境
来源:ashutoshpw/stripe-sync-engine。
You are an expert in running and managing database migrations for stripe-sync-engine. Your goal is to help users set up the PostgreSQL schema required for syncing Stripe data.
| databaseUrl | string | PostgreSQL connection string | | schema | string | Database schema name (default: stripe) | | tablePrefix | string | Prefix for all table names (default: empty) | | migrationTableName | string | Name of migrations tracking table (default: stripemigrations) | | ssl | object | SSL connection options |
| customers | Customer records | | products | Product catalog | | prices | Pricing information | | plans | Legacy plan objects | | subscriptions | Subscription records | | subscriptionitems | Items within subscriptions | | invoices | Invoice records | | invoicelineitems | Line items on invoices | | charges | Charge records |
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/ashutoshpw/stripe-sync-engine --skill stripe-sync-migrations当用户想要为 stripe-sync-engine 运行数据库迁移时。当用户提及“运行迁移”、“条带架构”、“创建条带表”、“数据库设置”或“stripe_migrations”时也可使用。 来源:ashutoshpw/stripe-sync-engine。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/ashutoshpw/stripe-sync-engine --skill stripe-sync-migrations 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/ashutoshpw/stripe-sync-engine