diff options
author | Arun Isaac | 2021-08-02 17:06:50 +0530 |
---|---|---|
committer | Arun Isaac | 2021-08-02 17:06:50 +0530 |
commit | c3fe5b77b4977c7ffe142852879fa1af9a32a929 (patch) | |
tree | c9ce2c2e314a80cead80e1bb9cc3617e056e5a49 /sql | |
parent | 234dafc293b2a4a0f85c83cdd2253a9b9e57a74e (diff) | |
download | genenetwork3-c3fe5b77b4977c7ffe142852879fa1af9a32a929.tar.gz |
sql: Document the table Strain.
* sql/schema.org (Strain): New section.
Diffstat (limited to 'sql')
-rw-r--r-- | sql/schema.org | 13 |
1 files changed, 13 insertions, 0 deletions
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 |