Libraries tagged by foreign-keys
axn/laravel-pk-int-to-bigint
4952 Downloads
Convert DB primary keys and related foreign keys type from INT to BIGINT in a Laravel project
sachoo/phalcon-model-annotations
130431 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)
lav45/yii2-db-migrate
7350 Downloads
This extension allows you to easily create large migrations associated with many foreign keys.
ghanuz/relations
4153 Downloads
To create a Eloquent relationships with comma separated foreign key or using a FIND_IN_SET mysql function.
craftcms/fix-fks
16504 Downloads
Restore missing foreign key constraints in the database.
camelot/doctrine-sqlite-foreign-keys
1864 Downloads
Doctrine DBAL SQLite foreign key support
ajcastro/fk-adder
3541 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
20361 Downloads
Symfony2 Bundle to automatically reset the AUTO_INCREMENT value to 1 when using MySQL and foreign key constraints and Doctrine Data Fixtures
bullhorn/fast-rest
7816 Downloads
FastREST generates REST-ready models and controllers dynamically from a MySQL database schema, including foreign keys, table and column comments, and indexes.
josef/postgre-comma-relations
147 Downloads
To create a Eloquent relationships with comma separated foreign key or using a string_to_array postgre function.
erikgall/eloquent-phpunit
16456 Downloads
Test Eloquent models, database schemas & tables, relationships/foreign keys using PHPUnit.
dg/mysql-check
42 Downloads
Checks a MySQL database for orphaned records or invalid foreign keys, i.e., keys pointing to missing rows.
diplodocker/foreign-loader
696 Downloads
Laravel foreign keys loader helper (part of Diplodocker project)
rogervila/laravel-sqlite-foreign-keys-support
1878 Downloads
Laravel SQLite Foreign Keys Support