1 package SGN
::Schema
::UnigeneConsensi
;
6 use base
'DBIx::Class';
8 __PACKAGE__
->load_components("Core");
9 __PACKAGE__
->table("unigene_consensi");
10 __PACKAGE__
->add_columns(
13 data_type
=> "integer",
14 default_value
=> "nextval('unigene_consensi_consensi_id_seq'::regclass)",
15 is_auto_increment
=> 1,
22 default_value
=> undef,
29 default_value
=> undef,
34 __PACKAGE__
->set_primary_key("consensi_id");
35 __PACKAGE__
->has_many(
37 "SGN::Schema::Unigene",
38 { "foreign.consensi_id" => "self.consensi_id" },
42 # Created by DBIx::Class::Schema::Loader v0.04999_07 @ 2009-09-04 13:21:55
43 # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:30PBjtpFcTdZHZq9zZbYVw
46 # You can replace this text with custom content, and it will be preserved on regeneration