Skip to content

Commit

Permalink
Add missing meta_title and meta_description columns
Browse files Browse the repository at this point in the history
  • Loading branch information
HansSchouten committed Sep 19, 2023
1 parent d6a9ac3 commit 2689876
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ public function up()
$table->unsignedInteger('page_id');
$table->string('locale', 50);
$table->string('title', 255);
$table->string('meta_title', 255);
$table->string('meta_description', 255);
$table->string('route', 255);
$table->timestamps();

Expand Down

0 comments on commit 2689876

Please sign in to comment.