Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| stab_id | int8 | 19 | null |
|
|
||||||
| bipe_id | int8 | 19 | √ | null |
|
|
|||||
| elis_id | int8 | 19 | √ | null |
|
|
|||||
| uvma_id | int8 | 19 | √ | null |
|
|
|||||
| bidrag | numeric | 9,5 | √ | null |
|
|
|||||
| reguleret_varighed | int2 | 5 | √ | null |
|
|
|||||
| opdmod | varchar | 4 | √ | null |
|
|
|||||
| opdinit | varchar | 30 | √ | null |
|
|
|||||
| opdtid | timestamp | 22 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| stab_pk | Primary key | Asc | stab_id |
| stab_bipe_fk_i | Performance | Asc | bipe_id |
| stab_elis_fk_i | Performance | Asc | elis_id |
| stab_uk | Must be unique | Asc/Asc | elis_id + bipe_id |
| stab_uvma_fk_i | Performance | Asc | uvma_id |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| sta_bidrag_check1 | (('BIPE_ID' IS NOT NULL)) |
| sta_bidrag_check4 | (('OPDMOD' IS NOT NULL)) |
| sta_bidrag_check3 | (('OPDINIT' IS NOT NULL)) |
| sta_bidrag_check5 | (('OPDTID' IS NOT NULL)) |
| sta_bidrag_check | (('BIDRAG' IS NOT NULL)) |
| sta_bidrag_check2 | (('ELIS_ID' IS NOT NULL)) |
| sta_bidrag_check6 | (('STAB_ID' IS NOT NULL)) |
| sta_bidrag_check7 | (('UVMA_ID' IS NOT NULL)) |