public static ColumnModel Geometry(this ColumnBuilder b, string comment = null, bool?nullable = null, DbGeometry defaultValue = null, string defaultValueSql = null, string name = null, string storeType = null, IDictionary <string, AnnotationValues> annotations = null) { return(b.Geometry(nullable, defaultValue, defaultValueSql, name, storeType, annotations.AddComment(comment))); }