diff --git a/mapepire_python/data_types.py b/mapepire_python/data_types.py index 0122add..8b7eef6 100644 --- a/mapepire_python/data_types.py +++ b/mapepire_python/data_types.py @@ -96,6 +96,13 @@ class ColumnMetaData: label: str name: str type: str + precision: int + scale: int + autoIncrement: bool + nullable: int + readOnly: bool + writeable: bool + table: str @dataclass