delingsperioder


Columns

Column Type Size Nulls Auto Default Children Parents Comments
depe_id int8 19 null
exskf_id int8 19 null
eksterneskoleforlob.exskf_id depe_exskf_fk R
startdato timestamp 22 null
slutdato timestamp 22 null
forventet_undervisning numeric 3,1 null
opdmod varchar 4 null
opdinit varchar 30 null
opdtid timestamp 22 null

Indexes

Constraint Name Type Sort Column(s)
depe_pk Primary key Asc depe_id
depe_exskf_fk_i Performance Asc exskf_id
depe_uk Must be unique Asc/Asc exskf_id + startdato

Check Constraints

Constraint Name Constraint
delingsperioder_check3 (('OPDMOD' IS NOT NULL))
delingsperioder_check2 (('OPDINIT' IS NOT NULL))
delingsperioder_check4 (('OPDTID' IS NOT NULL))
delingsperioder_check5 (('SLUTDATO' IS NOT NULL))
delingsperioder_check (('DEPE_ID' IS NOT NULL))
delingsperioder_check1 (('EXSKF_ID' IS NOT NULL))
delingsperioder_check6 (('STARTDATO' IS NOT NULL))

Relationships