password field changed to password
This commit is contained in:
@@ -16,7 +16,7 @@ class CreateWikiUsers extends Migration
|
||||
Schema::create('wiki_user', function(Blueprint $table) {
|
||||
$table->increments('id');
|
||||
$table->string('login');
|
||||
$table->string('password');
|
||||
$table->string('pass');
|
||||
$table->string('name');
|
||||
$table->string('mail');
|
||||
$table->timestamps();
|
||||
|
||||
Reference in New Issue
Block a user