Libraries tagged by foreign key
axn/laravel-pk-int-to-bigint
3843 Downloads
Convert DB primary keys and related foreign keys type from INT to BIGINT in a Laravel project
sachoo/phalcon-model-annotations
126240 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
5585 Downloads
This extension allows you to easily create large migrations associated with many foreign keys.
ghanuz/relations
3199 Downloads
To create a Eloquent relationships with comma separated foreign key or using a FIND_IN_SET mysql function.
craftcms/fix-fks
16023 Downloads
Restore missing foreign key constraints in the database.
camelot/doctrine-sqlite-foreign-keys
1431 Downloads
Doctrine DBAL SQLite foreign key support
ajcastro/fk-adder
3411 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
19752 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
7787 Downloads
FastREST generates REST-ready models and controllers dynamically from a MySQL database schema, including foreign keys, table and column comments, and indexes.
booosta/db_foreignkeys
55 Downloads
Module for handling database foreign keys in Booosta PHP Framework
diplodocker/foreign-loader
696 Downloads
Laravel foreign keys loader helper (part of Diplodocker project)
illuminatech/db-safedelete
34 Downloads
Attempts to invoke force delete, if it fails - falls back to soft delete.
erikgall/eloquent-phpunit
16454 Downloads
Test Eloquent models, database schemas & tables, relationships/foreign keys using PHPUnit.
dg/mysql-check
40 Downloads
Checks a MySQL database for orphaned records or invalid foreign keys, i.e., keys pointing to missing rows.