Cities - codbex/codbex-olympus GitHub Wiki
City
Entity Definition
- Entity Type:
Primary Entity
- Layout Type:
Manage Entities
- Module: https://github.com/codbex/codbex-cities
Field | Type | Length | Null? | Calc? | Ref? | Description |
---|---|---|---|---|---|---|
Id | INTEGER | no | - | - | ||
Name | VARCHAR | 200 | no | - | - | Name of the city |
Country | INTEGER | 100 | - | - | yes | Reference to the Country |