v0.8.1 - Started adding user profile pic

This commit is contained in:
frederikpyt
2020-08-12 10:46:36 +02:00
parent fb88bfa4c8
commit 55ab591b4e
6 changed files with 56 additions and 12 deletions
@@ -28,6 +28,7 @@ class CreateUsersTable extends Migration
$table->string('password');
$table->integer("phone")->unique();
$table->rememberToken();
$table->foreignId("resource_id")->nullable()->constrained("resources", "id");
$table->timestamps();
});
}