Unhide columns?

We’re fairly new to Metabase and have imported database, and got the models sorted. However, we’re missing some columns after they’ve been “hidden”.

The database we’re looking at has references to other tables but not actual Foreign Keys in the database. The columns order.customer_id refers tocustomer.customer_id, but order.customer_id isn’t showing in the order data model. It’s definitely in the database. I’ve tried resyncing the schema but I’m worried that I’ve marked the column as “hide this column” and it’s now MIA.

How can I investigate this? Is there a database of the metadata that I can interrogate?

Running the .jar version of Metabase 0.34.3

Hi @dylancarruthers
You’re seeing this issue - there’s details on different ways to restore the columns:
https://github.com/metabase/metabase/issues/10297 - upvote by clicking :+1: on the first post

Thanks! I’ve upvoted and will try some of the workarounds suggested there.