Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
butschster committed Jul 3, 2016
2 parents 2aeadc0 + 93109d1 commit ce84604
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/database/migrations/2015_04_01_000000_PageParts.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ public function up()
$table->string('name')->index();
$table->string('wysiwyg')->nullable();

$table->string('content');
$table->string('content_html');
$table->text('content');
$table->text('content_html');

$table->boolean('is_expanded')->default(true);
$table->boolean('is_indexable')->default(true);
Expand Down

0 comments on commit ce84604

Please sign in to comment.