Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| amut_id | int8 | 19 | null |
|
|
||||||
| kupl_id | int8 | 19 | √ | null |
|
|
|||||
| dato | timestamp | 22 | √ | null |
|
|
|||||
| timer | numeric | 3,1 | √ | null |
|
|
|||||
| opdmod | varchar | 4 | √ | null |
|
|
|||||
| opdinit | varchar | 30 | √ | null |
|
|
|||||
| opdtid | timestamp | 22 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| amut_pk | Primary key | Asc | amut_id |
| amut_amut_uk | Must be unique | Asc/Asc | kupl_id + dato |
| amut_kupl_fk_i | Performance | Asc | kupl_id |
| amut_kupl_id_idx | Performance | Asc | kupl_id |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| amu_tilstededage_check2 | (('KUPL_ID' IS NOT NULL)) |
| amu_tilstededage_check3 | (('OPDINIT' IS NOT NULL)) |
| amu_tilstededage_check5 | (('OPDTID' IS NOT NULL)) |
| amu_tilstededage_check6 | (('TIMER' IS NOT NULL)) |
| amu_tilstededage_check4 | (('OPDMOD' IS NOT NULL)) |
| amu_tilstededage_timer_check | ((timer >= (0)::numeric)) |
| amu_tilstededage_check | (('AMUT_ID' IS NOT NULL)) |
| amu_tilstededage_check1 | (('DATO' IS NOT NULL)) |