From c3fe5b77b4977c7ffe142852879fa1af9a32a929 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Mon, 2 Aug 2021 17:06:50 +0530 Subject: sql: Document the table Strain. * sql/schema.org (Strain): New section. --- sql/schema.org | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'sql') diff --git a/sql/schema.org b/sql/schema.org index 0d0646f..2db8a27 100644 --- a/sql/schema.org +++ b/sql/schema.org @@ -24,3 +24,16 @@ migrating the database. Foreign keys? ** OrderId Foreign keys? + +* Strain +** Id + Primary key +** Name + Name of the strain +** Name2 + A second name. For most rows, this is the same as Name. Why is this + necessary? +** SpeciesId + Foreign key into the Species table +** Symbol +** Alias -- cgit v1.2.3