id(); $table->string('price_1'); $table->string('price_2'); $table->string('price_3'); $table->string('sub_title_1'); $table->string('sub_title_2'); $table->string('sub_title_3'); $table->string('title_1'); $table->string('title_2'); $table->string('title_3'); $table->string('point_1'); $table->string('point_2'); $table->string('point_3'); $table->string('btn_text_1'); $table->string('btn_text_2'); $table->string('btn_text_3'); $table->string('btn_link_1'); $table->string('btn_link_2'); $table->string('btn_link_3'); }); } /** * Reverse the migrations. * * @return void */ public function down() { // } }