User Groups and Rights, Fewo

This commit is contained in:
Kevin Adametz 2019-04-10 17:38:52 +02:00
parent c0c2a1822c
commit 26ecb09cdc
22 changed files with 1316 additions and 787 deletions

View file

@ -36,10 +36,13 @@ class CreateUsersTable extends Migration
$table->char('lang', 2)->index();
$table->rememberToken();
$table->timestamp('last_login')->nullable();
$table->string('permissions');
$table->timestamps();
$table->softDeletes();