Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| prafo_id | int8 | 19 | null |
|
|
||||||||||||
| praktikforlob | varchar | 20 | √ | null |
|
|
|||||||||||
| type | varchar | 2 | √ | null |
|
|
|||||||||||
| betegnelse | varchar | 50 | √ | null |
|
|
|||||||||||
| startdato | timestamp | 22 | √ | null |
|
|
|||||||||||
| slutdato | timestamp | 22 | √ | null |
|
|
|||||||||||
| prakt_id | int8 | 19 | √ | null |
|
|
|||||||||||
| opdmod | varchar | 4 | √ | null |
|
|
|||||||||||
| opdinit | varchar | 30 | √ | null |
|
|
|||||||||||
| opdtid | timestamp | 22 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| prafo_pk | Primary key | Asc | prafo_id |
| prafo_prakt_fk_i | Performance | Asc | prakt_id |
| prafo_uk | Must be unique | Asc | praktikforlob |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| praktikforlob_check1 | (('OPDMOD' IS NOT NULL)) |
| praktikforlob_check7 | (('TYPE' IS NOT NULL)) |
| praktikforlob_check6 | (('STARTDATO' IS NOT NULL)) |
| praktikforlob_type_check | (((type)::text = ANY ((ARRAY['P'::character varying, 'V'::character varying])::text[]))) |
| praktikforlob_check4 | (('PRAKTIKFORLOB' IS NOT NULL)) |
| praktikforlob_check3 | (('PRAFO_ID' IS NOT NULL)) |
| praktikforlob_check5 | (('SLUTDATO' IS NOT NULL)) |
| praktikforlob_check | (('OPDINIT' IS NOT NULL)) |
| praktikforlob_check2 | (('OPDTID' IS NOT NULL)) |