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