Skip to content

Commit ec5fbee

Browse files
committed
fix(migrations): the root column has been added
1 parent d2400ae commit ec5fbee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/database/migrations/2020_04_16_213903_create_model_settings_table.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ public function up()
1515
{
1616
Schema::create('model_settings', function (Blueprint $table) {
1717
$table->bigIncrements('id');
18+
$table->string('root');
1819
$table->string('path')->unique();
1920
$table->string('name');
2021
$table->string('scope');

0 commit comments

Comments
 (0)