project_sample

91757 rows


Description

Links projects with samples.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
project_id int4 10 null
project.project_id project_project_samples_fkR

PK/FK. ID of the project. Links to the project table.

sample_id int4 10 null
sample.sample_id sample_project_samples_fkC

PK/FK. ID of the sample. Links to the sample table

timestamp_created timestamptz 35,6 now()
timestamp_modified timestamptz 35,6 now()

Indexes

Constraint Name Type Sort Column(s)
project_samples_pkey Primary key Asc/Asc project_id + sample_id
project_sample_project_id_idx Performance Asc project_id
project_sample_sample_id_idx Performance Asc sample_id

Relationships