fixed table name guideArticles -> guide_articles
This commit is contained in:
parent
f5a0174939
commit
9ed3faedfe
|
@ -17,7 +17,7 @@ class CreateGuidesTable extends Migration
|
||||||
$table->id();
|
$table->id();
|
||||||
$table->timestamps();
|
$table->timestamps();
|
||||||
$table->string('name');
|
$table->string('name');
|
||||||
$table->longText('guideArticles');
|
$table->longText('guide_articles');
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue