1 package SGN
::Schema
::IdLinkage
;
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::IdLinkage
18 __PACKAGE__
->table("id_linkage");
27 sequence: 'id_linkage_id_linkage_id_seq'
45 =head2 internal_id_type
52 __PACKAGE__
->add_columns(
55 data_type
=> "integer",
56 is_auto_increment
=> 1,
58 sequence
=> "id_linkage_id_linkage_id_seq",
61 { data_type
=> "varchar", is_nullable
=> 1, size
=> 80 },
63 { data_type
=> "integer", is_nullable
=> 1 },
65 { data_type
=> "integer", is_nullable
=> 1 },
67 { data_type
=> "integer", is_nullable
=> 1 },
69 __PACKAGE__
->set_primary_key("id_linkage_id");
72 # Created by DBIx::Class::Schema::Loader v0.07002 @ 2012-03-03 12:35:39
73 # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:3lxwVVcsl6z0eWnMu9HAZQ
76 # You can replace this text with custom content, and it will be preserved on regeneration