pub fn declared_field(name: &str, ty: &str) -> Result<Field, String>
A declared column: { name = "price", type = "float" }.
{ name = "price", type = "float" }