id(); $table->bigInteger('big_title'); $table->string('medium_title'); $table->string('small_title'); }); } /** * Reverse the migrations. * * @return void */ public function down() { // } }