mirror of
https://github.com/Syngnat/GoNavi.git
synced 2026-08-15 11:14:31 +08:00
✨ feat(table-designer): 补齐 MySQL 空间字段类型
- 补充 Geometry、Point、MultiPoint 等八种 MySQL 空间类型候选 - 保留自定义字段类型表达式在建表和改表 SQL 中的原样输出 - 增加空间类型候选及 POINT SRID 属性回归测试 Fixes #341
This commit is contained in:
@@ -303,6 +303,14 @@ const MYSQL_TYPES = optionValues([
|
||||
'timestamp',
|
||||
'year',
|
||||
'json',
|
||||
'geometry',
|
||||
'point',
|
||||
'linestring',
|
||||
'polygon',
|
||||
'multipoint',
|
||||
'multilinestring',
|
||||
'multipolygon',
|
||||
'geometrycollection',
|
||||
'enum',
|
||||
'set',
|
||||
'bit(1)',
|
||||
|
||||
Reference in New Issue
Block a user