1 package SGN
::Schema
::FishFile
;
3 # Created by DBIx::Class::Schema::Loader
4 # DO NOT MODIFY THE FIRST PART OF THIS FILE
9 use base
'DBIx::Class::Core';
18 __PACKAGE__
->table("fish_file");
27 sequence: 'fish_file_fish_file_id_seq'
38 default_value: '0)::bigint'
43 __PACKAGE__
->add_columns(
46 data_type
=> "bigint",
47 is_auto_increment
=> 1,
49 sequence
=> "fish_file_fish_file_id_seq",
52 { data_type
=> "varchar", is_nullable
=> 1, size
=> 255 },
54 { data_type
=> "bigint", default_value
=> "0)::bigint", is_nullable
=> 0 },
56 __PACKAGE__
->set_primary_key("fish_file_id");
59 # Created by DBIx::Class::Schema::Loader v0.07002 @ 2012-03-03 12:35:39
60 # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:wFX+WY6+MP6TSA2Sh9nboA
63 # You can replace this text with custom content, and it will be preserved on regeneration