pub fn render_table_meta_verbose(table: &str, meta: &TableMeta) -> String
Render a table’s .schema DDL INCLUDING auto-indexes. Used by .schema --verbose / EXPLAIN SCHEMA t for agents that need to see the full picture.
.schema
.schema --verbose
EXPLAIN SCHEMA t