Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
idtypnaklakt | serial | 10 | √ | nextval('seq_atypnaklakt'::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 |
|
|
||||||
popis | text | 2147483647 | √ | null |
|
|
||||||
poznam | text | 2147483647 | √ | null |
|
|
||||||
show | bool | 1 | true |
|
|
|||||||
fakturovat | bool | 1 | true |
|
|
|||||||
idcenik | int4 | 10 | null |
|
|
Table contained 0 rows
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
atypnaklakt_pkey | Primary key | Asc | idtypnaklakt |
atypnaklakt_idcenik_index | Performance | Asc | idcenik |
atypnaklakt_unique_kod | Must be unique | Asc | kod |