clone_il_mapping_bin_log

0 rows


Description

linking table showing which phenome.genotype_region a given clone has been mapped to. also provides a modification history with its is_current and created columns

Columns

Column Type Size Nulls Auto Default Children Parents Comments
sp_clone_il_mapping_bin_log_id serial 10 nextval('sgn_people.clone_il_mapping_bin_log_sp_clone_il_mapping_bin_log_id_seq'::regclass)
genotype_region_id int4 10 null
genotype_region.genotype_region_id clone_il_mapping_bin_log_genotype_region_id_fkey R
sp_person_id int4 10 null
sp_person.sp_person_id clone_il_mapping_bin_log_sp_person_id_fkey R
clone_id int4 10 null
clone.clone_id clone_il_mapping_bin_log_clone_id_fkey R
is_current bool 1 true
created timestamp 29,6 now()
chromosome int4 10 null
notes text 2147483647 null

Indexes

Constraint Name Type Sort Column(s)
clone_il_mapping_bin_log_pkey Primary key Asc sp_clone_il_mapping_bin_log_id

Relationships