1 package SGN
::Schema
::FishChromatinDensityConstant
;
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::FishChromatinDensityConstant
18 __PACKAGE__
->table("fish_chromatin_density_constants");
36 __PACKAGE__
->add_columns(
38 { data_type
=> "varchar", default_value
=> "E", is_nullable
=> 0, size
=> 1 },
40 { data_type
=> "real", is_nullable
=> 1 },
42 __PACKAGE__
->set_primary_key("arm");
45 # Created by DBIx::Class::Schema::Loader v0.07002 @ 2012-03-03 12:35:39
46 # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:ACCZqFUM8p3nR/j4MmmhqA
49 # You can replace this text with custom content, and it will be preserved on regeneration