pub fn column_names(create_sql: &str) -> Option<Vec<String>>
Just the column names from column_defs (the common need). None when the body cannot be parsed with confidence.
column_defs
None