Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| pladt_id | int8 | 19 | null |
|
|
||||||
| pladstype | varchar | 1 | √ | null |
|
|
|||||
| betegnelse | varchar | 20 | √ | null |
|
|
|||||
| opdmod | varchar | 4 | √ | null |
|
|
|||||
| opdinit | varchar | 30 | √ | null |
|
|
|||||
| opdtid | timestamp | 22 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| pladt_pk | Primary key | Asc | pladt_id |
| pladt_betegnelse_uk | Must be unique | Asc | betegnelse |
| pladt_pladstype_uk | Must be unique | Asc | pladstype |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| pladstyper_check | (('BETEGNELSE' IS NOT NULL)) |
| pladstyper_check1 | (('OPDINIT' IS NOT NULL)) |
| pladstyper_check2 | (('OPDMOD' IS NOT NULL)) |
| pladstyper_check3 | (('OPDTID' IS NOT NULL)) |
| pladstyper_check4 | (('PLADSTYPE' IS NOT NULL)) |