1 package SGN
::Schema
::EnzymeRestrictionSite
;
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::EnzymeRestrictionSite
18 __PACKAGE__
->table("enzyme_restriction_sites");
27 =head2 restriction_site
32 =head2 enzyme_restriction_sites_id
37 sequence: 'enzyme_restriction_sites_enzyme_restriction_sites_id_seq'
41 __PACKAGE__
->add_columns(
43 { data_type
=> "integer", is_nullable
=> 1 },
45 { data_type
=> "text", is_nullable
=> 1 },
46 "enzyme_restriction_sites_id",
48 data_type
=> "integer",
49 is_auto_increment
=> 1,
51 sequence
=> "enzyme_restriction_sites_enzyme_restriction_sites_id_seq",
54 __PACKAGE__
->set_primary_key("enzyme_restriction_sites_id");
57 # Created by DBIx::Class::Schema::Loader v0.07002 @ 2012-03-03 12:35:39
58 # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:SYxEfX3A5/LD9KaY5DERug
61 # You can replace this text with custom content, and it will be preserved on regeneration