mirror of
https://github.com/nothingworksinc/ticketbeast.git
synced 2026-02-04 20:48:50 +00:00
(remove unused User field)
This commit is contained in:
@@ -15,7 +15,6 @@ class CreateUsersTable extends Migration
|
||||
{
|
||||
Schema::create('users', function (Blueprint $table) {
|
||||
$table->increments('id');
|
||||
$table->string('name');
|
||||
$table->string('email')->unique();
|
||||
$table->string('password');
|
||||
$table->rememberToken();
|
||||
|
||||
Reference in New Issue
Block a user