D
Size: a a a
D
D
BC
ЕК
VY
public function down()
{
Schema::create('role_has_permissions', function (Blueprint $table) {
$table->dropForeign('role_has_permissions_user_roles_id_foreign');
$table->dropForeign('role_has_permissions_role_permissions_id_foreign');
});
Schema::dropIfExists('role_has_permissions');
}
И
public function down()
{
Schema::create('role_has_permissions', function (Blueprint $table) {
$table->dropForeign('role_has_permissions_user_roles_id_foreign');
$table->dropForeign('role_has_permissions_role_permissions_id_foreign');
});
Schema::dropIfExists('role_has_permissions');
}
И
VY
R#
VV
Y
NT
R#
ПК
R#
R#
NT
ПК