sections: metadata:metadata-hiding-tables
This data as json
id | page | ref | title | content | breadcrumbs | references |
---|---|---|---|---|---|---|
metadata:metadata-hiding-tables | metadata | metadata-hiding-tables | Hiding tables | You can hide tables from the database listing view (in the same way that FTS and SpatiaLite tables are automatically hidden) using "hidden": true : { "databases": { "database1": { "tables": { "example_table": { "hidden": true } } } } } | ["Metadata"] | [] |