pre-migration
This commit is contained in:
@@ -19,7 +19,6 @@ class CreateWikiUsers extends Migration
|
|||||||
$table->string('pass');
|
$table->string('pass');
|
||||||
$table->string('name');
|
$table->string('name');
|
||||||
$table->string('mail')->default('')->nullable();
|
$table->string('mail')->default('')->nullable();
|
||||||
$table->primary('id');
|
|
||||||
$table->unique('login', 'user');
|
$table->unique('login', 'user');
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user