We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79e59d8 commit ffa459cCopy full SHA for ffa459c
workflows/static_database/structure.sql
@@ -38,7 +38,8 @@ CREATE TABLE IF NOT EXISTS `taxons` (
38
39
CREATE TABLE `lineages` (
40
`taxon_id` INT NOT NULL ,
41
- `superkingdom` INT NULL DEFAULT NULL ,
+ `domain` INT NULL DEFAULT NULL ,
42
+ `realm` INT NULL DEFAULT NULL ,
43
`kingdom` INT NULL DEFAULT NULL ,
44
`subkingdom` INT NULL DEFAULT NULL ,
45
`superphylum` INT NULL DEFAULT NULL ,
0 commit comments