Skip to content

Commit

Permalink
migration users 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Romaindk committed Sep 12, 2024
1 parent 90f19b2 commit 94c82f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function up(): void
$table->string('contact_name')->nullable();
$table->string('contact_phone')->nullable();
$table->integer('nb_children')->nullable();
$table->foreignId('parent_id')->nullable();
$table->foreignId('parent_id')->nullable()->constrained();
$table->timestamps();
});
}
Expand Down

0 comments on commit 94c82f8

Please sign in to comment.