GeneX-2.0 DB: Species Table
GeneX-2.0 DB: Species Table
Table TypeInheritsComment
DATAnone The Species table characterizes primary taxonomic information concerning the organisms being researched. It can be used to obtain further taxonomic data for the species in question.

Column Information
Column NameFull NameData TypeNot NULLComment
audit_fkAuditinttrueThe audit entry when this data was last modified, it will be null if it is the creation event. We set the write_sql attribute to be false so that Postgres doesn't put a constraint on this column. It is automatically set by a trigger.
cell_structureCell Structurechar128falsecontrolled vocab
commentsCommentstextfalse
common_namesCommon Nameschar128false
general_classificationGeneral Classificationchar128falsecontrolled vocab
genome_sizeGenome Sizeintfalse
is_circular_genomeIs Circular Genomebooltrue
is_sequenced_genomeIs Sequenced Genomebooltrue
ncbi_taxonomy_accNCBI Taxonomy Accession Numbertextfalse
num_chromosomesNumber of Chromosomesintfalse
primary_scientific_namePrimary Scientific Namechar128true
relevant_urlsRelevant URLstextfalse
ro_groupnameRead-Only Group NamenametrueThe group with permission to view this data
rw_groupnameRead/Write Group NamenametrueThe group with permission to modify this data
scientific_aliasesScientific Aliasestextfalse
spc_pkAccession Numberserialfalse

Primary Key Information
Column Name
spc_pk

Foreign Key Information
Column NameForeign TablePrimary Key in Foreign TableForeign Key Type
audit_fkAuditaudit_pkONE_TO_ONE
ro_groupnameGroupSecnameONE_TO_ONE
rw_groupnameGroupSecnameONE_TO_ONE

Unique Column Information
Column Names
primary_scientific_name

Index Information
NameColumn Name