Skip to content

Commit

Permalink
static with long text
Browse files Browse the repository at this point in the history
  • Loading branch information
veneliniliev committed Mar 21, 2017
1 parent 785921a commit 1bf9617
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public function up()
Schema::create('static_blocks_translations', function (Blueprint $table) {
$table->increments('id');
$table->integer('static_block_id')->unsigned();
$table->text('text')->nullable()->default(null);
$table->longText('text')->nullable()->default(null);
$table->string('locale')->index();

$table->unique([
Expand Down

0 comments on commit 1bf9617

Please sign in to comment.