bin/cake migrations create MyCustomMigration
$table->addIndex(['user_id']); $table->addForeignKey('user_id', 'users', 'id');