stripe schema when using the stripe sync engine, especially when combining local dev with the Supabase dashboard integration in production.@supabase/stripe-sync-engine npm package, which contains SQL migrations for the stripe schemastripe schema in the production database?@supabase/stripe-sync-engine locallystripe schema, but I can't do that until I add all the migrations manually to my schemas or migration files. What's recommended here? Should I put all the migrations from the package directly into my schemas folder? Seems wrong to mix and match migrations with declarative schema definitions.