tbl_staff_location

4778 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
refid serial 10 nextval('tbl_staff_location_refid_seq'::regclass)
location varchar 50 null
tbl_location.location tbl_staff_location_location_fkeyR
date_commencing date 13 null
entered_by int4 10 null
tbl_staff.refid tbl_staff_location_entered_by_fkeyR
date_entered date 13 ('now'::text)::date
staff_refid int4 10 null
tbl_staff.refid tbl_staff_location_staff_refid_fkeyR

Indexes

Constraint Name Type Sort Column(s)
tbl_staff_location_pkey Primary key Asc refid
tbl_staff_location_staff_refid_date_commencing_idx Performance Asc/Asc staff_refid + date_commencing
tbl_staff_location_staff_refid_idx Performance Asc staff_refid

Relationships