Libraries tagged by foreign-keys
lav45/yii2-db-migrate
18143 Downloads
This extension allows you to easily create large migrations associated with many foreign keys.
erikgall/eloquent-phpunit
16747 Downloads
Test Eloquent models, database schemas & tables, relationships/foreign keys using PHPUnit.
craftcms/fix-fks
17530 Downloads
Restore missing foreign key constraints in the database.
bertugfahriozer/sql2migration
1317 Downloads
A Spark command for CodeIgniter 4 that generates migration files from an SQL file, with support for foreign keys, triggers, and DB prefix.
ajcastro/fk-adder
3624 Downloads
Lets you add foreign keys in a swift! Foreign key adder in laravel migration.
stidges/laravel-fk-migration
4229 Downloads
Helpful base migration for creating all your foreign key without worrying about the order of your migrations.
maxwellmc/doctrine-fixtures-autonumber-reset-bundle
21977 Downloads
Symfony2 Bundle to automatically reset the AUTO_INCREMENT value to 1 when using MySQL and foreign key constraints and Doctrine Data Fixtures
ghanuz/relations
5524 Downloads
To create a Eloquent relationships with comma separated foreign key or using a FIND_IN_SET mysql function.
bullhorn/fast-rest
8013 Downloads
FastREST generates REST-ready models and controllers dynamically from a MySQL database schema, including foreign keys, table and column comments, and indexes.
axn/laravel-pk-int-to-bigint
6711 Downloads
Convert DB primary keys and related foreign keys type from INT to BIGINT in a Laravel project
camelot/doctrine-sqlite-foreign-keys
2638 Downloads
Doctrine DBAL SQLite foreign key support
sirval/laravel-smart-migrations
58 Downloads
Intelligently manage Laravel migrations with safe rollback by table or model, foreign key detection, preview mode, and comprehensive migration analysis tools
tereta/migration
8 Downloads
Database schema facade over tereta/dbal: list tables ordered by foreign-key relations, dump and restore table structure as XML, dump and restore data as XML, apply .sql/.php migrations.
sachoo/phalcon-model-annotations
136370 Downloads
Annotations handler for phalcon models. Allow to add foreign keys with annotation in models and manage many models with different databases (mysql, postgresql, cassandra, sqlite)
dg/mysql-check
44 Downloads
Checks a MySQL database for orphaned records or invalid foreign keys, i.e., keys pointing to missing rows.