id(); $table->bigInteger('project_id'); $table->string('title_1'); $table->string('title_2'); $table->string('title_3'); $table->string('title_4'); $table->string('image_1'); $table->string('image_2'); $table->string('image_3'); $table->string('image_4'); $table->string('big_title_1'); $table->string('big_title_2'); $table->string('big_title_3'); $table->string('big_title_4'); $table->string('small_title_1'); $table->string('small_title_2'); $table->string('small_title_3'); $table->string('small_title_4'); $table->string('point_1'); $table->string('point_2'); $table->string('point_3'); $table->string('point_4'); }); } /** * Reverse the migrations. * * @return void */ public function down() { // } }