Skip to content
Snippets Groups Projects
Commit 635d62cc authored by Andreas Kusalananda Kähäri's avatar Andreas Kusalananda Kähäri
Browse files

Spelling + correction.

parent 1bb17371
No related branches found
No related tags found
No related merge requests found
-- Schema of tables not added by the bootstrap_master.pl script.
-- NB: Additional tables are added by the web team to support storing
-- declarations of intentions etc. Thos tables are not even mentioned
-- declarations of intentions etc. Those tables are not even mentioned
-- here.
-- The 'species' table.
......@@ -22,7 +22,7 @@ CREATE TABLE species (
-- This table contains all species-specific databases for this release.
CREATE TABLE db (
db_id INTEGER UNSIGNED NOT NULL AUTO_INCREMENT,
species_id INTEGER UNSIGNED NOT NULL, -- FK into 'species_list'.
species_id INTEGER UNSIGNED NOT NULL, -- FK into 'species'.
db_type ENUM('cdna', 'core', 'coreexpressionatlas',
'coreexpressionest', 'coreexpressiongnf',
'funcgen', 'otherfeatures', 'variation', 'vega')
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment