1 package SGN
::Schema
::MarkerToMap
;
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::MarkerToMap
18 __PACKAGE__
->table("marker_to_map");
84 =head2 current_version
91 __PACKAGE__
->add_columns(
93 { data_type
=> "integer", is_nullable
=> 1 },
95 { data_type
=> "text", is_nullable
=> 1 },
97 { data_type
=> "integer", is_nullable
=> 1 },
99 { data_type
=> "text", is_nullable
=> 1 },
101 { data_type
=> "integer", is_nullable
=> 1 },
103 { data_type
=> "numeric", is_nullable
=> 1, size
=> [9, 6] },
105 { data_type
=> "integer", is_nullable
=> 1 },
107 { data_type
=> "char", is_nullable
=> 1, size
=> 1 },
109 { data_type
=> "integer", is_nullable
=> 1 },
111 { data_type
=> "integer", is_nullable
=> 1 },
113 { data_type
=> "integer", is_nullable
=> 1 },
115 { data_type
=> "integer", is_nullable
=> 1 },
117 { data_type
=> "boolean", is_nullable
=> 1 },
121 # Created by DBIx::Class::Schema::Loader v0.07002 @ 2012-03-03 12:35:39
122 # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:DRojZP1ZUqn3TBUzFAH+/w
125 # You can replace this text with custom content, and it will be preserved on regeneration