User Groups and Rights, Fewo
This commit is contained in:
parent
c0c2a1822c
commit
26ecb09cdc
22 changed files with 1316 additions and 787 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue