Laravel Long Description Text String

        Schema::table('products', function (Blueprint $table) {
            $table->longText('long_descp_en')->change();
            $table->longText('long_descp_hin')->change();
        });
Excited Elephant