Jetstream dashboard

This commit is contained in:
2020-09-16 05:01:27 +05:00
parent adc02dc83b
commit bdb60e74fa
89 changed files with 4011 additions and 103 deletions

View File

@@ -20,6 +20,8 @@ class CreateUsersTable extends Migration
$table->timestamp('email_verified_at')->nullable();
$table->string('password');
$table->rememberToken();
$table->string('current_team_id')->nullable();
$table->text('profile_photo_path')->nullable();
$table->timestamps();
});
}