In table data not found

In metabase table data not found error is "No fields found for table "product_histories"."
I have checked other similar responses , from that conclusion is containing JSON field could be a reason.

But on staging env the same database showing with JSON field though both have different versions. Staging running on 0.41.1 and prod running on 0.43.2

Please assist me Should I downgrade my metabase version on prod or any other to solve this?

Diagnostic Info-
{
"browser-info": {
"language": "en-GB",
"platform": "MacIntel",
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36",
"vendor": "Google Inc."
},
"system-info": {
"file.encoding": "UTF-8",
"java.runtime.name": "OpenJDK Runtime Environment",
"java.runtime.version": "11.0.15+10",
"java.vendor": "Eclipse Adoptium",
"java.vendor.url": "https://adoptium.net/",
"java.version": "11.0.15",
"java.vm.name": "OpenJDK 64-Bit Server VM",
"java.vm.version": "11.0.15+10",
"os.name": "Linux",
"os.version": "5.4.0-1080-aws",
"user.language": "en",
"user.timezone": "GMT"
},
"metabase-info": {
"databases": [
"postgres",
"mongo",
"h2"
],
"hosting-env": "unknown",
"application-database": "postgres",
"application-database-details": {
"database": {
"name": "PostgreSQL",
"version": "12.8"
},
"jdbc-driver": {
"name": "PostgreSQL JDBC Driver",
"version": "42.3.2"
}
},
"run-mode": "prod",
"version": {
"date": "2022-05-31",
"tag": "v0.43.2",
"branch": "release-x.43.x",
"hash": "433d533"
},
"settings": {
"report-timezone": "Asia/Calcutta"
}
}
}

Go to the latest version 43.4 where we support JSON natively on postgres, you should enable JSON unnesting from the settings of the db

@Luiggi I have updated the metabase to latest version . please assist where we find the JSON unnesting option?

I tried that option enable and disable both which I have attached in screenshot but nothing happens. Still my tables are not showing.

It's resolved now. Thanks for assisting .