This commit is contained in:
TheGamecraft
2018-07-16 20:28:57 -04:00
parent 2b2b726838
commit af458ad411
7 changed files with 75 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ class CreateUsersTable extends Migration
$table->string('lastname');
$table->string('email')->unique();
$table->string('password');
$table->string('rank');
$table->string('rank')->default('0');
$table->string('adress');
$table->string('telephone');
$table->string('age');