1 package SGN
::Schema
::FishResultComposite
;
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::FishResultComposite
18 __PACKAGE__
->table("fish_result_composite");
25 default_value: '0)::bigint'
31 default_value: '0)::bigint'
34 =head2 fish_experimenter_id
39 =head2 experiment_name
48 default_value: '0)::bigint'
54 default_value: '0)::smallint'
64 =head2 percent_from_centromere
67 default_value: '0)::real'
76 =head2 um_from_centromere
81 =head2 um_from_arm_end
86 =head2 um_from_arm_border
91 =head2 mbp_from_arm_end
96 =head2 mbp_from_centromere
101 =head2 mbp_from_arm_border
106 =head2 experiment_group
114 __PACKAGE__
->add_columns(
116 { data_type
=> "bigint", default_value
=> "0)::bigint", is_nullable
=> 0 },
118 { data_type
=> "bigint", default_value
=> "0)::bigint", is_nullable
=> 0 },
119 "fish_experimenter_id",
120 { data_type
=> "integer", is_nullable
=> 1 },
122 { data_type
=> "varchar", is_nullable
=> 1, size
=> 10 },
124 { data_type
=> "bigint", default_value
=> "0)::bigint", is_nullable
=> 0 },
127 data_type
=> "smallint",
128 default_value
=> "0)::smallint",
132 { data_type
=> "varchar", default_value
=> "P", is_nullable
=> 0, size
=> 1 },
133 "percent_from_centromere",
134 { data_type
=> "real", default_value
=> "0)::real", is_nullable
=> 0 },
136 { data_type
=> "varchar", is_nullable
=> 1, size
=> 1 },
137 "um_from_centromere",
138 { data_type
=> "real", is_nullable
=> 1 },
140 { data_type
=> "real", is_nullable
=> 1 },
141 "um_from_arm_border",
142 { data_type
=> "real", is_nullable
=> 1 },
144 { data_type
=> "real", is_nullable
=> 1 },
145 "mbp_from_centromere",
146 { data_type
=> "real", is_nullable
=> 1 },
147 "mbp_from_arm_border",
148 { data_type
=> "real", is_nullable
=> 1 },
150 { data_type
=> "varchar", is_nullable
=> 1, size
=> 12 },
152 __PACKAGE__
->set_primary_key("fish_result_id");
155 # Created by DBIx::Class::Schema::Loader v0.07002 @ 2012-03-03 12:35:39
156 # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:nJPjSahTyJeD1dzWQt2KLg
159 # You can replace this text with custom content, and it will be preserved on regeneration