Skip to content

cities 城市字典

字段名字段类型字段注释默认值可空备注
idint UNSIGNED主键 IDNO自动递增
typesmallint UNSIGNED类型1NO用于自定义用途,比如分类或过滤
cover_file_idbigint UNSIGNED封面图 IDYES关联字段 files->id
cover_file_urlvarchar(255)封面图 URLYES
parent_idint UNSIGNED父级城市 IDYES
continent_codevarchar(8)洲代码YES亚洲 AS
country_codevarchar(8)国家代码YES中国 CN
region_codevarchar(8)省或州代码YES江苏 JS
city_codevarchar(8)城市代码YES苏州 SZ
zipvarchar(32)行政区划代码YES215000
continentjson洲名YES多语言
countryjson国家名YES多语言
regionjson省或州名YES多语言
cityjson城市名YES多语言
created_attimestamp创建时间useCurrentNO比如 MySQL 默认值为 CURRENT_TIMESTAMP
updated_attimestamp更新时间YES
deleted_attimestamp删除时间YES

Released under the Apache-2.0 License