Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
obj_id | varchar | 16 | tww_app.generate_oid('tww_od'::text, 'agxx_building_group_text'::text) |
|
|
||||||
classname | text | 2147483647 | √ | null |
|
|
|||||
plantype | int4 | 10 | √ | null |
|
|
|||||
remark | text | 2147483647 | √ | null |
|
|
|||||
text | text | 2147483647 | √ | null |
|
|
|||||
texthali | int2 | 5 | √ | null |
|
|
|||||
textori | numeric | 4,1 | √ | null |
|
|
|||||
textpos_geometry | geometry | 2147483647 | √ | null |
|
|
|||||
textvali | int2 | 5 | √ | null |
|
|
|||||
last_modification | timestamp | 29,6 | √ | now() |
|
|
|||||
fk_building_group | varchar | 16 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
pkey_tww_od_building_group_text_obj_id | Primary key | Asc | obj_id |
Check Constraints
Constraint Name | Constraint |
---|---|
gx_classname_length_max_50 | ((char_length(classname) <= 50)) |
gx_remark_length_max_80 | ((char_length(remark) <= 80)) |