Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
idstrom | serial | 10 | √ | nextval('seq_wstrom'::regclass) |
|
|
||||
lastupdate | timestamp | 29,6 | '2008-01-01 00:00:00'::timestamp without time zone |
|
|
|||||
kod | varchar | 20 | null |
|
|
|||||
nazev | varchar | 255 | null |
|
|
|||||
nazeva | varchar | 255 | √ | null |
|
|
||||
nazevb | varchar | 255 | √ | null |
|
|
||||
nazevc | varchar | 255 | √ | null |
|
|
||||
tabulka | varchar | 63 | null |
|
|
|||||
primarni | bool | 1 | true |
|
|
|||||
idzaznamu | int4 | 10 | √ | null |
|
|
||||
iduziv | int4 | 10 | √ | null |
|
|
||||
platido | int4 | 10 | 9999 |
|
|
|||||
platiod | int4 | 10 | 0 |
|
|
|||||
popis | text | 2147483647 | √ | null |
|
|
||||
poznam | text | 2147483647 | √ | null |
|
|
||||
show | bool | 1 | true |
|
|
Table contained 1 rows
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
wstrom_pkey | Primary key | Asc | idstrom |
wstrom_iduziv_index | Performance | Asc | iduziv |
wstrom_idzaznamu_index | Performance | Asc | idzaznamu |