awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesConstraint Sequencing

Generates foreign key constraints in a separate migration file ordered last to ensure referenced tables exist first.

Distinct from Foreign Key Constraints: Distinct from Foreign Key Constraints: focuses on ordering and deferring foreign key creation into subsequent migration files.

Explore 1 awesome GitHub repository matching data & databases · Constraint Sequencing. Refine with filters or upvote what's useful.

  1. Home
  2. Data & Databases
  3. Foreign Key Constraints
  4. Constraint Sequencing

Awesome Constraint Sequencing GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • kitloong/laravel-migrations-generatorAvatar de kitloong

    kitloong/laravel-migrations-generator

    2,862Voir sur GitHub↗

    Laravel migrations generator is a database tool that inspects existing relational schemas and automatically generates framework migration files to reverse engineer databases. It connects directly to relational database system catalogs to read existing tables, columns, indexes, and constraints, sorting table creation and constraint generation into separate sequences to satisfy relational dependency requirements. The tool communicates with multiple database engine dialects through a unified schema inspection interface and evaluates whitelist and blacklist patterns during metadata collection to

    Generates foreign key constraints in a separate migration file ordered last to ensure referenced tables exist first.

    PHPdatabase-migrationsexisting-databaselaravel
    Voir sur GitHub↗2,862