text('list_one_title')->change(); $table->text('list_two_title')->change(); $table->text('list_sub_title')->change(); }); } /** * Reverse the migrations. */ public function down(): void { // } };