/var/www/vhosts/ihelp.ro/_OLD/config/Migrations
Edit: /var/www/vhosts/ihelp.ro/_OLD/config/Migrations/20200813114538_CreateRoles.php (716B)
table('roles');
$table->addColumn('name', 'string', [
'default' => null,
'limit' => 255,
'null' => false,
]);
$table->addColumn('slug', 'string', [
'default' => null,
'limit' => 255,
'null' => false,
]);
$table->create();
}
}