diff --git a/database/migrations/2016_07_04_075817_create_static_blocks_table.php b/database/migrations/2016_07_04_075817_create_static_blocks_table.php index 0d82071..293fe8e 100644 --- a/database/migrations/2016_07_04_075817_create_static_blocks_table.php +++ b/database/migrations/2016_07_04_075817_create_static_blocks_table.php @@ -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([