Changes between Version 1 and Version 2 of Ticket #2985, comment 19


Ignore:
Timestamp:
Sep 11, 2016, 12:12:34 PM (8 years ago)
Author:
ofca

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2985, comment 19

    v1 v2  
    99There's nothing complicated in regards to table itself, and it's fully repeatable.[[BR]]
    1010
    11   Column  |   Type   | Modifiers[[BR]]
    12 ----------+----------+-----------[[BR]]
    13  entityid | integer  | not null[[BR]]
    14  geom     | geometry |[[BR]]
     11{{{
     12  Column  |   Type   | Modifiers
     13----------+----------+-----------
     14 entityid | integer  | not null
     15 geom     | geometry |
     16}}}