tbl_foreign_experience

0 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
refid serial 10 nextval('tbl_foreign_experience_refid_seq'::regclass)
staff_refid int4 10 null
tbl_staff.refid tbl_foreign_experience_staff_refid_fkeyR
start_date date 13 null
end_date date 13 null
location varchar 100 null
comments text 2147483647 null

Indexes

Constraint Name Type Sort Column(s)
tbl_foreign_experience_pkey Primary key Asc refid

Relationships