Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| bipe_id | int8 | 19 | null |
|
|
|||||||||
| skof_id | int8 | 19 | √ | null |
|
|
||||||||
| tape_id | int8 | 19 | √ | null |
|
|
||||||||
| startdato | timestamp | 22 | √ | null |
|
|
||||||||
| slutdato | timestamp | 22 | √ | null |
|
|
||||||||
| telledato | timestamp | 22 | √ | null |
|
|
||||||||
| opdmod | varchar | 4 | √ | null |
|
|
||||||||
| opdinit | varchar | 30 | √ | null |
|
|
||||||||
| opdtid | timestamp | 22 | √ | null |
|
|
||||||||
| antal_tilskudsdage | numeric | 5,1 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| bipe_pk | Primary key | Asc | bipe_id |
| bipe_bipe1_uk | Must be unique | Asc/Asc | skof_id + tape_id |
| bipe_skof_fk_i | Performance | Asc | skof_id |
| bipe_tape_fk_i | Performance | Asc | tape_id |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| bidragsperiode_check1 | (('BIPE_ID' IS NOT NULL)) |
| bidragsperiode_check9 | (('TELLEDATO' IS NOT NULL)) |
| bidragsperiode_check2 | (('OPDINIT' IS NOT NULL)) |
| bidragsperiode_check8 | (('TAPE_ID' IS NOT NULL)) |
| bidragsperiode_check6 | (('SLUTDATO' IS NOT NULL)) |
| bidragsperiode_check | (('ANTAL_TILSKUDSDAGE' IS NOT NULL)) |
| bidragsperiode_check7 | (('STARTDATO' IS NOT NULL)) |
| bidragsperiode_check4 | (('OPDTID' IS NOT NULL)) |
| bidragsperiode_check3 | (('OPDMOD' IS NOT NULL)) |
| bidragsperiode_check5 | (('SKOF_ID' IS NOT NULL)) |