Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| pl_hl_id | int8 | 19 | null |
|
|
||||||
| akti_id | int8 | 19 | √ | null |
|
|
|||||
| startdato | timestamp | 22 | √ | null |
|
|
|||||
| slutdato | timestamp | 22 | √ | null |
|
|
|||||
| antal_pladser | int8 | 19 | √ | null |
|
|
|||||
| opdmod | varchar | 4 | √ | null |
|
|
|||||
| opdtid | timestamp | 22 | √ | null |
|
|
|||||
| opdinit | varchar | 40 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| pladser_pa_hold_perioder_pk | Primary key | Asc | pl_hl_id |
| tillagsprisarsager_fk_i | Performance | Asc | akti_id |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| pladser_pa_hold_perioder_check4 | (('SLUTDATO' IS NOT NULL)) |
| pladser_pa_hold_perioder_check5 | (('STARTDATO' IS NOT NULL)) |
| pladser_pa_hold_perioder_check2 | (('OPDMOD' IS NOT NULL)) |
| pladser_pa_hold_perioder_check | (('AKTI_ID' IS NOT NULL)) |
| pladser_pa_hold_perioder_check1 | (('OPDINIT' IS NOT NULL)) |
| pladser_pa_hold_perioder_check3 | (('OPDTID' IS NOT NULL)) |