Function generate_create_table_sql

Source
pub fn generate_create_table_sql(fields: &[Field], table_name: &str) -> String