1 package SGN
::Schema
::DeprecatedMarkerLocation
;
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::DeprecatedMarkerLocation
18 __PACKAGE__
->table("deprecated_marker_locations");
22 =head2 marker_location_id
27 sequence: 'deprecated_marker_locations_marker_location_id_seq'
32 default_value: '0)::bigint'
39 default_value: '0)::bigint'
46 default_value: '0)::bigint'
53 default_value: '0)::bigint'
56 =head2 location_subscript
65 default_value: '0)::bigint'
70 __PACKAGE__
->add_columns(
73 data_type
=> "integer",
74 is_auto_increment
=> 1,
76 sequence
=> "deprecated_marker_locations_marker_location_id_seq",
80 data_type
=> "bigint",
81 default_value
=> "0)::bigint",
87 data_type
=> "bigint",
88 default_value
=> "0)::bigint",
94 data_type
=> "bigint",
95 default_value
=> "0)::bigint",
100 { data_type
=> "bigint", default_value
=> "0)::bigint", is_nullable
=> 0 },
101 "location_subscript",
102 { data_type
=> "char", is_nullable
=> 1, size
=> 2 },
104 { data_type
=> "bigint", default_value
=> "0)::bigint", is_nullable
=> 0 },
106 __PACKAGE__
->set_primary_key("marker_location_id");
114 Related object: L<SGN::Schema::DeprecatedMapdata>
118 __PACKAGE__
->belongs_to(
120 "SGN::Schema::DeprecatedMapdata",
121 { loc_id
=> "loc_id" },
122 { is_deferrable
=> 1, on_delete
=> "CASCADE", on_update
=> "CASCADE" },
129 Related object: L<SGN::Schema::DeprecatedMarker>
133 __PACKAGE__
->belongs_to(
135 "SGN::Schema::DeprecatedMarker",
136 { marker_id
=> "marker_id" },
137 { is_deferrable
=> 1, on_delete
=> "CASCADE", on_update
=> "CASCADE" },
144 Related object: L<SGN::Schema::DeprecatedMarkerConfidence>
148 __PACKAGE__
->belongs_to(
150 "SGN::Schema::DeprecatedMarkerConfidence",
151 { legacy_conf_id
=> "confidence" },
152 { is_deferrable
=> 1, on_delete
=> "CASCADE", on_update
=> "CASCADE" },
156 # Created by DBIx::Class::Schema::Loader v0.07002 @ 2012-03-03 12:32:42
157 # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:9egEjMuXtTqa46MzDYvChg
160 # You can replace this text with custom content, and it will be preserved on regeneration