mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
parent
3170dd61ea
commit
b0b3098095
@ -8,7 +8,7 @@ class DbBackendAddDescriptionField extends Migration
|
||||
public function up()
|
||||
{
|
||||
Schema::table('backend_user_groups', function (Blueprint $table) {
|
||||
$table->string('code')->index();
|
||||
$table->string('code')->nullable()->index();
|
||||
$table->text('description')->nullable();
|
||||
$table->boolean('is_new_user_default')->default(false);
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user