Skip to content

Commit

Permalink
test commit and push
Browse files Browse the repository at this point in the history
  • Loading branch information
meowfu0 committed Oct 4, 2024
1 parent bac767b commit b204e38
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public function up()
$table->string('role_name', 255);
$table->timestamp('created_at')->useCurrent();
$table->timestamp('modified_at')->nullable()->useCurrentOnUpdate();
$table->timestamp('deleted_at')->nullable();
$table->timestamp('deleted_at')->nullable(); // suggest if add or not
});
}

Expand Down

0 comments on commit b204e38

Please sign in to comment.