1 package SGN
::Schema
::BlastDefline
;
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::BlastDefline
18 __PACKAGE__
->table("blast_defline");
27 sequence: 'blast_defline_defline_id_seq'
29 =head2 blast_target_id
45 =head2 defline_fulltext
50 =head2 identifier_defline_fulltext
57 __PACKAGE__
->add_columns(
60 data_type
=> "integer",
61 is_auto_increment
=> 1,
63 sequence
=> "blast_defline_defline_id_seq",
66 { data_type
=> "integer", is_nullable
=> 1 },
68 { data_type
=> "varchar", is_nullable
=> 1, size
=> 255 },
70 { data_type
=> "text", is_nullable
=> 1 },
72 { data_type
=> "tsvector", is_nullable
=> 1 },
73 "identifier_defline_fulltext",
74 { data_type
=> "tsvector", is_nullable
=> 1 },
76 __PACKAGE__
->set_primary_key("defline_id");
79 # Created by DBIx::Class::Schema::Loader v0.07002 @ 2012-03-03 12:32:42
80 # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:c3T+el9V3/ziJEFzPnmUUg
83 # You can replace this text with custom content, and it will be preserved on regeneration