Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| gren_id | int8 | 19 | null |
|
|
||||||
| udda_id | int8 | 19 | √ | null |
|
|
|||||
| antal_fag | int2 | 5 | √ | null |
|
|
|||||
| opdmod | varchar | 4 | √ | null |
|
|
|||||
| opdinit | varchar | 30 | √ | null |
|
|
|||||
| opdtid | timestamp | 22 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| gren_pk | Primary key | Asc | gren_id |
| gren_uk | Must be unique | Asc | udda_id |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| grense_for_a_niveau_fag_check3 | (('OPDMOD' IS NOT NULL)) |
| grense_for_a_niveau_fag_check4 | (('OPDTID' IS NOT NULL)) |
| grense_for_a_niveau_fag_check | (('ANTAL_FAG' IS NOT NULL)) |
| grense_for_a_niveau_fag_check5 | (('UDDA_ID' IS NOT NULL)) |
| grense_for_a_niveau_fag_check2 | (('OPDINIT' IS NOT NULL)) |
| grense_for_a_niveau_fag_check1 | (('GREN_ID' IS NOT NULL)) |