text('description')->change(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::table('nests', function (Blueprint $table) { $table->string('description')->change(); }); } };