v0.8.1 - Started adding user profile pic
This commit is contained in:
@@ -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();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user