system.detached_tables
Contains information of each detached table.
Columns:
database
(String) — The name of the database the table is in.table
(String) — Table name.uuid
(UUID) — Table uuid (Atomic database).metadata_path
(String) — Path to the table metadata in the file system.is_permanently
(UInt8) — Table was detached permanently.
Example