Location
Sunbird.location (PRIMARY KEY: id)
Table is used for storing locations.
Column Name | Data Type | Description | Sample Value |
---|---|---|---|
id | text | UUID of the location | 0c0391ba-610b-4796-8645-338d047b1e28 |
code | text | Unique code with which location is identified externally or outside sunbird system | 4021 |
name | text | Name of the location | |
parentid | text | Parent location id in sunbird system | 91d9baae-14f1-477a-955c-f91bd9037f0b |
type | text | Type of the location. This is validated against the configuration of location types in properties file "sunbird_valid_location_types" . This can be changed | state, district, block, cluster |
Last updated