1 package SGN
::Schema
::TrimFeature
;
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::TrimFeature
18 __PACKAGE__
->table("trim_feature");
27 sequence: 'trim_feature_feature_id_seq'
56 __PACKAGE__
->add_columns(
59 data_type
=> "integer",
60 is_auto_increment
=> 1,
62 sequence
=> "trim_feature_feature_id_seq",
65 { data_type
=> "integer", is_nullable
=> 1 },
67 { data_type
=> "bigint", is_nullable
=> 1 },
69 { data_type
=> "bigint", is_nullable
=> 1 },
71 { data_type
=> "bigint", is_nullable
=> 1 },
73 { data_type
=> "bytea", is_nullable
=> 1 },
75 __PACKAGE__
->set_primary_key("feature_id");
78 # Created by DBIx::Class::Schema::Loader v0.07002 @ 2012-03-03 12:35:39
79 # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Kf4D6jnlOIcrZeWLnY9jLg
82 # You can replace this text with custom content, and it will be preserved on regeneration