1 package SGN
::Schema
::CosMarker
;
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::CosMarker
18 __PACKAGE__
->table("cos_markers");
27 sequence: 'cos_markers_cos_marker_id_seq'
32 default_value: '0)::bigint'
39 default_value: '0)::bigint'
45 default_value: (empty string)
66 =head2 best_gb_prot_hit
100 =head2 tomato_copy_number
112 =head2 gbprot_identities
120 __PACKAGE__
->add_columns(
123 data_type
=> "integer",
124 is_auto_increment
=> 1,
126 sequence
=> "cos_markers_cos_marker_id_seq",
130 data_type
=> "bigint",
131 default_value
=> "0)::bigint",
136 { data_type
=> "bigint", default_value
=> "0)::bigint", is_nullable
=> 0 },
138 { data_type
=> "varchar", default_value
=> "", is_nullable
=> 0, size
=> 10 },
140 { data_type
=> "varchar", is_nullable
=> 1, size
=> 25 },
142 { data_type
=> "bigint", is_nullable
=> 1 },
144 { data_type
=> "numeric", is_nullable
=> 1, size
=> [11, 7] },
146 { data_type
=> "varchar", is_nullable
=> 1, size
=> 25 },
148 { data_type
=> "varchar", is_nullable
=> 1, size
=> 25 },
150 { data_type
=> "numeric", is_nullable
=> 1, size
=> [11, 3] },
152 { data_type
=> "varchar", is_nullable
=> 1, size
=> 11 },
154 { data_type
=> "text", is_nullable
=> 1 },
156 { data_type
=> "text", is_nullable
=> 1 },
157 "tomato_copy_number",
158 { data_type
=> "varchar", is_nullable
=> 1, size
=> 11 },
160 { data_type
=> "varchar", is_nullable
=> 1, size
=> 25 },
162 { data_type
=> "numeric", is_nullable
=> 1, size
=> [11, 3] },
164 __PACKAGE__
->set_primary_key("cos_marker_id");
172 Related object: L<SGN::Schema::Marker>
176 __PACKAGE__
->belongs_to(
178 "SGN::Schema::Marker",
179 { marker_id
=> "marker_id" },
180 { is_deferrable
=> 1, on_delete
=> "CASCADE", on_update
=> "CASCADE" },
184 # Created by DBIx::Class::Schema::Loader v0.07002 @ 2012-03-03 12:32:42
185 # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:L36UiM4d0cDlEEISeWAGhQ
188 # You can replace this text with custom content, and it will be preserved on regeneration