We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87b4bf3 commit 1883071Copy full SHA for 1883071
database/migrations/2014_10_12_000000_create_users_table.php
@@ -20,7 +20,7 @@ public function up()
20
$table->timestamp('email_verified_at')->nullable();
21
$table->string('password');
22
$table->rememberToken();
23
- $table->string('current_team_id')->nullable();
+ $table->foreignId('current_team_id')->nullable();
24
$table->text('profile_photo_path')->nullable();
25
$table->timestamps();
26
});
0 commit comments