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