organisation_program

1646 rows


Description

Stores organisation program mapping

Columns

Column Type Size Nulls Auto Default Children Parents Comments
organisation_id VARCHAR 36 null
program_id VARCHAR 36 null
created_at DATETIME 19 null
updated_at DATETIME 19 null
created_by VARCHAR 36 null
old_data_id INT 10 null

Indexes

Constraint Name Type Sort Column(s)
created_by Performance Asc created_by
fk_organisation_program_1_idx Performance Asc organisation_id
fk_organisation_program_2_idx Performance Asc program_id
idx_org_prog_orgid_progid Performance Asc/Asc organisation_id + program_id

Relationships