fix: remove autogen.py geometry datatype

This commit is contained in:
Alex Duan 2024-04-17 13:17:23 +08:00
parent a446fbe04b
commit ea72723ad8
1 changed files with 1 additions and 2 deletions

View File

@ -53,8 +53,7 @@ class AutoGen:
f'binary({binary_len})', # 12
f'varbinary({binary_len})',
f'nchar({nchar_len})',
f'varchar({nchar_len})',
f'geometry(64)' #16
f'varchar({nchar_len})'
]
sqls = ""