1 package SGN
::Schema
::FishImage
;
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::FishImage
18 __PACKAGE__
->table("fish_image");
42 __PACKAGE__
->add_columns(
44 { data_type
=> "integer", default_value
=> 0, is_nullable
=> 0 },
46 { data_type
=> "varchar", is_nullable
=> 1, size
=> 255 },
48 { data_type
=> "integer", default_value
=> 0, is_nullable
=> 0 },
50 __PACKAGE__
->set_primary_key("fish_image_id");
53 # Created by DBIx::Class::Schema::Loader v0.07002 @ 2012-03-03 12:35:39
54 # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:xu/8TWncnO9lYh3PlaG8Iw
57 # You can replace this text with custom content, and it will be preserved on regeneration