v0.11.2a - Fixed pagination, made a create user
This commit is contained in:
@@ -26,6 +26,8 @@ class CreateUsersTable extends Migration
|
||||
$table->string('email')->unique();
|
||||
$table->timestamp('email_verified_at')->nullable();
|
||||
$table->string('password');
|
||||
//$table->date('eduenddate')->nullable();
|
||||
//$table->string('education');
|
||||
$table->string("phone", 8)->unique();
|
||||
$table->rememberToken();
|
||||
$table->foreignId("resource_id")->nullable()->constrained("resources", "id");
|
||||
|
||||
Reference in New Issue
Block a user