We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 062f5d1 commit 8c87ba7Copy full SHA for 8c87ba7
1 file changed
app/sprinkles/account/src/Database/Migrations/v430/UpdateUsersTable.php
@@ -51,7 +51,7 @@ public function up()
51
public function down()
52
{
53
$this->schema->table('users', function (Blueprint $table) {
54
- $table->unsignedInteger('group_id')->default(1)->comment('The id of the user group.')->nullable(false)->change();
+ $table->unsignedInteger('group_id')->default(1)->comment('The id of the user group.')->change();
55
});
56
}
57
0 commit comments