pub fn dbobject_attr_precision_scale( type_name: &str, precision: Option<i8>, scale: Option<i8>, ) -> (i8, i8)