1 package SGN
::Schema
::TigrtcIndex
;
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::TigrtcIndex
18 __PACKAGE__
->table("tigrtc_index");
27 sequence: 'tigrtc_index_tcindex_id_seq'
37 __PACKAGE__
->add_columns(
40 data_type
=> "integer",
41 is_auto_increment
=> 1,
43 sequence
=> "tigrtc_index_tcindex_id_seq",
46 { data_type
=> "varchar", is_nullable
=> 1, size
=> 40 },
48 __PACKAGE__
->set_primary_key("tcindex_id");
51 # Created by DBIx::Class::Schema::Loader v0.07002 @ 2012-03-03 12:35:39
52 # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:BH9l17I5337w6Ntxj8w3pA
55 # You can replace this text with custom content, and it will be preserved on regeneration