
Bio::Chado::Schema::Result::General::Dbxref

A unique, global, public, stable identifier. Not necessarily an external reference - can reference data items inside the particular chado instance being used. Typically a row in a table can be uniquely identified with a primary identifier (called dbxref_id); a table may also have secondary identifiers (in a linking table <T>_dbxref). A dbxref is generally written as <DB>:<ACCESSION> or as <DB>:<ACCESSION>:<VERSION>.

data_type: 'integer' is_auto_increment: 1 is_nullable: 0 sequence: 'dbxref_dbxref_id_seq'
data_type: 'integer' is_foreign_key: 1 is_nullable: 0
data_type: 'varchar' is_nullable: 0 size: 255
The local part of the identifier. Guaranteed by the db authority to be unique for that db.
data_type: 'varchar' default_value: (empty string) is_nullable: 0 size: 255
data_type: 'text' is_nullable: 1

Type: has_many
Related object: Bio::Chado::Schema::Result::Mage::Arraydesign
Type: has_many
Related object: Bio::Chado::Schema::Result::Mage::Assay
Type: has_many
Related object: Bio::Chado::Schema::Result::Mage::Biomaterial
Type: has_many
Related object: Bio::Chado::Schema::Result::Mage::BiomaterialDbxref
Type: has_many
Related object: Bio::Chado::Schema::Result::CellLine::CellLineDbxref
Type: might_have
Related object: Bio::Chado::Schema::Result::Cv::Cvterm
Type: has_many
Related object: Bio::Chado::Schema::Result::Cv::CvtermDbxref
Type: belongs_to
Related object: Bio::Chado::Schema::Result::General::Db
Type: has_many
Related object: Bio::Chado::Schema::Result::Cv::Dbxrefprop
Type: has_many
Related object: Bio::Chado::Schema::Result::Mage::Element
Type: has_many
Related object: Bio::Chado::Schema::Result::Sequence::Feature
Type: has_many
Related object: Bio::Chado::Schema::Result::Sequence::FeatureCvtermDbxref
Type: has_many
Related object: Bio::Chado::Schema::Result::Sequence::FeatureDbxref
Type: has_many
Related object: Bio::Chado::Schema::Result::Library::LibraryDbxref
Type: has_many
Related object: Bio::Chado::Schema::Result::NaturalDiversity::NdExperimentDbxref
Type: has_many
Related object: Bio::Chado::Schema::Result::NaturalDiversity::NdExperimentStockDbxref
Type: has_many
Related object: Bio::Chado::Schema::Result::Organism::OrganismDbxref
Type: has_many
Related object: Bio::Chado::Schema::Result::Phylogeny::PhylonodeDbxref
Type: has_many
Related object: Bio::Chado::Schema::Result::Phylogeny::Phylotree
Type: has_many
Related object: Bio::Chado::Schema::Result::Mage::Protocol
Type: has_many
Related object: Bio::Chado::Schema::Result::Pub::PubDbxref
Type: has_many
Related object: Bio::Chado::Schema::Result::Stock::Stock
Type: has_many
Related object: Bio::Chado::Schema::Result::Stock::StockDbxref
Type: has_many
Related object: Bio::Chado::Schema::Result::Mage::Study

Relation to Bio::Chado::Schema::Result::Mage::Biomaterial (i.e. biomaterial table) via the organism_dbxrefs table.
Relation to Bio::Chado::Schema::Result::CellLine::CellLine (i.e. cell_line table) via the cell_line_dbxrefs table.
Relation to Bio::Chado::Schema::Result::Cv::Cvterm (i.e. cvterm table) via the cvterm_dbxrefs table.
Relation to Bio::Chado::Schema::Result::Sequence::Feature (i.e. feature table) via the feature_dbxrefs table.
Relation to Bio::Chado::Schema::Result::Library::LibraryDbxref (i.e. library table) via the library_dbxrefs table.
Relation to Bio::Chado::Schema::Result::Organism::Organism (i.e. organism table) via the organism_dbxrefs table.
Relation to Bio::Chado::Schema::Result::Phylogeny::Phylonode (i.e. phylonode table) via the phylonode_dbxrefs table.
Relation to Bio::Chado::Schema::Result::Pub::Pub (i.e. pub table) via the pub_dbxrefs table.
Relation to Bio::Chado::Schema::Result::Stock::Stock (i.e. stock table) via the stock_dbxrefs table.