pub fn create_table_sql(entity_name: &str, fields: &[FieldSpec]) -> String
Generate a CREATE TABLE statement for an entity.