Difference between revisions of "Places Uncategorised"

From IMSMA Wiki
Jump to: navigation, search
(Created page with "{{Note | The Place table is called ''place'' and the entity is called ''Place''.}} {| |- valign="top" | 100px | {| class="wikitable sortable" ! D...")
 
Line 9: Line 9:
 
  ! DIM Label !! Data type !! Database column name !! Enumcategory !! Pojo name
 
  ! DIM Label !! Data type !! Database column name !! Enumcategory !! Pojo name
 
|-
 
|-
| -||String|| Place_GUID||||Guid
+
| -||String|| place_guid||||Guid
 
|-
 
|-
| Address||Text|| PlaceAddress||||Address
+
| Address||Text|| placeaddress||||Address
 
|-
 
|-
| Country Structure||Country Structure|| Gazetteer_GUID||||Gazetteer
+
| Country Structure||Country Structure|| gazetteer_guid||||Gazetteer
 
|-
 
|-
| Description||Text|| PlaceDescription||||Description
+
| Description||Text|| placedescription||||Description
 
|-
 
|-
| Name||Text|| PlaceName||||Name
+
| Name||Text|| placename||||Name
 
|-
 
|-
| Place ID||String|| Place_LocalID||||LocalId
+
| Place ID||String|| place_localid||||LocalId
 
|-
 
|-
| Type||Single-select|| PlaceTypeEnum_GUID||Place Type||Type
+
| Type||Single-select|| placetypeenum_guid||Place Type||Type
  
 
|}
 
|}

Revision as of 13:40, 15 October 2016

Note.jpg The Place table is called place and the entity is called Place.

Uncategorised.png

DIM Label Data type Database column name Enumcategory Pojo name
- String place_guid Guid
Address Text placeaddress Address
Country Structure Country Structure gazetteer_guid Gazetteer
Description Text placedescription Description
Name Text placename Name
Place ID String place_localid LocalId
Type Single-select placetypeenum_guid Place Type Type