1 package SGN
::Schema
::BlastTarget
;
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::BlastTarget
18 __PACKAGE__
->table("blast_targets");
22 =head2 blast_target_id
27 sequence: 'blast_targets_blast_target_id_seq'
47 =head2 local_copy_timestamp
54 __PACKAGE__
->add_columns(
57 data_type
=> "integer",
58 is_auto_increment
=> 1,
60 sequence
=> "blast_targets_blast_target_id_seq",
63 { data_type
=> "varchar", is_nullable
=> 1, size
=> 7 },
65 { data_type
=> "varchar", is_nullable
=> 1, size
=> 80 },
67 { data_type
=> "varchar", is_nullable
=> 1, size
=> 255 },
68 "local_copy_timestamp",
69 { data_type
=> "integer", is_nullable
=> 1 },
71 __PACKAGE__
->set_primary_key("blast_target_id");
74 # Created by DBIx::Class::Schema::Loader v0.07002 @ 2012-03-03 12:32:42
75 # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:vAn2GVNUrs9RPpEzKHuf+Q
78 # You can replace this text with custom content, and it will be preserved on regeneration