This commit is contained in:
Nabeel Shahzad
2017-06-29 15:50:16 -05:00
parent fc1220178b
commit 0821258a2d
4 changed files with 29 additions and 9 deletions

View File

@@ -32,6 +32,7 @@ class CreateUsersTable extends Migration
$table->timestamps();
$table->softDeletes();
$table->index('email');
});
// Create table for storing roles