1 package SGN
::Schema
::UnigeneConsensi
;
3 # Created by DBIx::Class::Schema::Loader
4 # DO NOT MODIFY THE FIRST PART OF THIS FILE
9 use base
'DBIx::Class::Core';
14 SGN::Schema::UnigeneConsensi
18 __PACKAGE__
->table("unigene_consensi");
27 sequence: 'unigene_consensi_consensi_id_seq'
41 __PACKAGE__
->add_columns(
44 data_type
=> "integer",
45 is_auto_increment
=> 1,
47 sequence
=> "unigene_consensi_consensi_id_seq",
50 { data_type
=> "text", is_nullable
=> 1 },
52 { data_type
=> "text", is_nullable
=> 1 },
54 __PACKAGE__
->set_primary_key("consensi_id");
62 Related object: L<SGN::Schema::Unigene>
66 __PACKAGE__
->has_many(
68 "SGN::Schema::Unigene",
69 { "foreign.consensi_id" => "self.consensi_id" },
70 { cascade_copy
=> 0, cascade_delete
=> 0 },
74 # Created by DBIx::Class::Schema::Loader v0.07002 @ 2012-03-03 12:35:39
75 # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:uXwmz0s7eNMeVns4gDuI6Q
78 # You can replace this text with custom content, and it will be preserved on regeneration