1 package SGN
::Schema
::GroupLinkage
;
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::GroupLinkage
18 __PACKAGE__
->table("group_linkage");
22 =head2 group_linkage_id
27 sequence: 'group_linkage_group_linkage_id_seq'
51 __PACKAGE__
->add_columns(
54 data_type
=> "integer",
55 is_auto_increment
=> 1,
57 sequence
=> "group_linkage_group_linkage_id_seq",
60 { data_type
=> "integer", is_nullable
=> 1 },
62 { data_type
=> "integer", is_nullable
=> 1 },
64 { data_type
=> "bigint", is_nullable
=> 1 },
66 { data_type
=> "bytea", is_nullable
=> 1 },
68 __PACKAGE__
->set_primary_key("group_linkage_id");
71 # Created by DBIx::Class::Schema::Loader v0.07002 @ 2012-03-03 12:35:39
72 # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:wRthsfk+3dZbyhxvnSULVw
75 # You can replace this text with custom content, and it will be preserved on regeneration