eksamensdb_historik


Columns

Column Type Size Nulls Auto Default Children Parents Comments
ehist_id int8 19 null
forsogt_tid timestamp 22 null
forsogt_tekst varchar 200 null
eksdb_svar text 2147483647 null
eh_id int8 19 null
eksamensdb_haendelser.eh_id eh1_eh_fk R
opdmod varchar 4 null
opdinit varchar 30 null
opdtid timestamp 22 null
sekvens_nr int8 19 null

Indexes

Constraint Name Type Sort Column(s)
eh1_pk Primary key Asc ehist_id
eh1_eh_fk_i Performance Asc eh_id
ehist_eh_id_idx Performance Asc eh_id

Check Constraints

Constraint Name Constraint
eksamensdb_historik_check4 (('OPDINIT' IS NOT NULL))
eksamensdb_historik_check3 (('FORSOGT_TID' IS NOT NULL))
eksamensdb_historik_check (('EHIST_ID' IS NOT NULL))
eksamensdb_historik_check1 (('EH_ID' IS NOT NULL))
eksamensdb_historik_check5 (('OPDMOD' IS NOT NULL))
eksamensdb_historik_check6 (('OPDTID' IS NOT NULL))
eksamensdb_historik_check2 (('FORSOGT_TEKST' IS NOT NULL))

Relationships