stripe-sync-migrations とは?
ユーザーがストライプ同期エンジンのデータベース移行を実行したい場合。ユーザーが「移行の実行」、「ストライプ スキーマ」、「ストライプ テーブルの作成」、「データベース セットアップ」、または「ストライプマイグレーション」について言及する場合にも使用します。 ソース: ashutoshpw/stripe-sync-engine。
ユーザーがストライプ同期エンジンのデータベース移行を実行したい場合。ユーザーが「移行の実行」、「ストライプ スキーマ」、「ストライプ テーブルの作成」、「データベース セットアップ」、または「ストライプマイグレーション」について言及する場合にも使用します。
コマンドラインで 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ユーザーがストライプ同期エンジンのデータベース移行を実行したい場合。ユーザーが「移行の実行」、「ストライプ スキーマ」、「ストライプ テーブルの作成」、「データベース セットアップ」、または「ストライプマイグレーション」について言及する場合にも使用します。 ソース: 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