text('description')->nullable()->change(); } ); Schema::table( 'rules', function (Blueprint $table) { $table->text('description')->nullable()->change(); } ); } }