Skip to main content

render_table_meta

Function render_table_meta 

Source
pub fn render_table_meta(table: &str, meta: &TableMeta) -> String
Expand description

Render a table’s .schema DDL. Auto-indexes (kind == IndexKind::Auto) are suppressed from output to keep .schema focused on user-authored DDL. Pass render_table_meta_verbose to include them.