Logging.php
- apc cache and insert to db - seeder - users table add columns
This commit is contained in:
@@ -18,6 +18,8 @@ class CreateUsersTable extends Migration
|
||||
$table->string('name');
|
||||
$table->string('email')->unique();
|
||||
$table->string('password');
|
||||
$table->string('full_name');
|
||||
$table->string('ou');
|
||||
$table->rememberToken();
|
||||
$table->timestamps();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user