| Bio::Chado::Schema::Stock::StockRelationship |
Bio::Chado::Schema::Stock::StockRelationship
Bio::Chado::Schema::Stock::StockRelationship
data_type: 'integer' is_auto_increment: 1 is_nullable: 0 sequence: 'stock_relationship_stock_relationship_id_seq'
data_type: 'integer' is_foreign_key: 1 is_nullable: 0
stock_relationship.subject_id is the subject of the subj-predicate-obj sentence. This is typically the substock.
data_type: 'integer' is_foreign_key: 1 is_nullable: 0
stock_relationship.object_id is the object of the subj-predicate-obj sentence. This is typically the container stock.
data_type: 'integer' is_foreign_key: 1 is_nullable: 0
stock_relationship.type_id is relationship type between subject and object. This is a cvterm, typically from the OBO relationship ontology, although other relationship types are allowed.
data_type: 'text' is_nullable: 1
stock_relationship.value is for additional notes or comments.
data_type: 'integer' default_value: 0 is_nullable: 0
stock_relationship.rank is the ordering of subject stocks with respect to the object stock may be important where rank is used to order these; starts from zero.
Type: belongs_to
Related object: the Bio::Chado::Schema::Stock::Stock manpage
Type: belongs_to
Related object: the Bio::Chado::Schema::Cv::Cvterm manpage
Type: belongs_to
Related object: the Bio::Chado::Schema::Stock::Stock manpage
Type: has_many
Related object: the Bio::Chado::Schema::Stock::StockRelationshipPub manpage
Robert Buels <rbuels@cpan.org>
This software is copyright (c) 2009 by Robert Buels.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
| Bio::Chado::Schema::Stock::StockRelationship |