SesarDB

Home Tables Schemas Diagrams Foreign Keys Indexes
sample_type - Table
sample_type (Table)

PK Name Data Type NULLs A/N Default Comment FK

sample_type_id Integer nextval('sample_type_sample_type_id_seq'::regclass)
name VarChar(255)

parent_sample_type_id Integer

legacy_id Integer

legacy_parent_id Integer


Name Table Columns Unique Clustered
sample_type_name_idx sample_type name

Name Parent Table Child Table Parent Columns Child Columns
sample_type_parent_sample_type_id_fkey sample_type sample_type sample_type_id parent_sample_type_id

Name Parent Table Child Table Parent Columns Child Columns
sample_external_parent_sample_type_id_fkey sample_type sample sample_type_id external_parent_sample_type_id
sample_sample_type_id_fkey sample_type sample sample_type_id sample_type_id
sample_type_parent_sample_type_id_fkey sample_type sample_type sample_type_id parent_sample_type_id


Diagram Name
diagramA