ae_bidrag_skolepraktik


Columns

Column Type Size Nulls Auto Default Children Parents Comments
aesp_id int8 19 null
eisp_id int8 19 √ null
elev_i_skolepraktik.eisp_id aesp_eisp_fk R
telledato timestamp 22 √ null
bidrag varchar 1 √ null
bidragsstorrelse numeric 9,5 √ null
opdmod varchar 4 √ null
opdinit varchar 30 √ null
opdtid timestamp 22 √ null
manuel_tilretning varchar 1 √ null

Indexes

Constraint Name Type Sort Column(s)
aesp_pk Primary key Asc aesp_id
aesp_aesp1_uk Must be unique Asc/Asc eisp_id + telledato
aesp_eisp_fk_i Performance Asc eisp_id

Check Constraints

Constraint Name Constraint
ae_bidrag_skolepraktik_check7 (('OPDTID' IS NOT NULL))
ae_bidrag_skolepraktik_manuel_tilretning_check (((manuel_tilretning)::text = ANY ((ARRAY['J'::character varying, 'N'::character varying])::text[])))
ae_bidrag_skolepraktik_check5 (('OPDINIT' IS NOT NULL))
ae_bidrag_skolepraktik_check (('AESP_ID' IS NOT NULL))
ae_bidrag_skolepraktik_bidrag_check (((bidrag)::text = ANY ((ARRAY['J'::character varying, 'N'::character varying])::text[])))
ae_bidrag_skolepraktik_check2 (('BIDRAGSSTORRELSE' IS NOT NULL))
ae_bidrag_skolepraktik_check3 (('EISP_ID' IS NOT NULL))
ae_bidrag_skolepraktik_check8 (('TELLEDATO' IS NOT NULL))
ae_bidrag_skolepraktik_check1 (('BIDRAG' IS NOT NULL))
ae_bidrag_skolepraktik_check4 (('MANUEL_TILRETNING' IS NOT NULL))
ae_bidrag_skolepraktik_check6 (('OPDMOD' IS NOT NULL))

Relationships