Cakephp 3 Make Migration

[Solved] Cakephp 3 Make Migration | Php Frameworks Cakephp - Code Explorer | yomemimo.com
Question : cakephp 3 make migration

Answered by : milad-heidari

bin/cake migrations create MyCustomMigration

Source : | Last Update : Wed, 27 Apr 22

Question : cakephp 3 migrations foreign key

Answered by : milad-heidari

$table->addIndex(['user_id']);
$table->addForeignKey('user_id', 'users', 'id');

Source : | Last Update : Wed, 27 Apr 22

Answers related to cakephp 3 make migration

Code Explorer Popular Question For Php Frameworks Cakephp