1 package SGN
::Schema
::TempCapsCorrespondence
;
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::TempCapsCorrespondence
18 __PACKAGE__
->table("temp_caps_correspondence");
27 sequence: 'temp_caps_correspondence_tcc_id_seq'
41 __PACKAGE__
->add_columns(
44 data_type
=> "integer",
45 is_auto_increment
=> 1,
47 sequence
=> "temp_caps_correspondence_tcc_id_seq",
50 { data_type
=> "integer", is_nullable
=> 1 },
52 { data_type
=> "integer", is_nullable
=> 1 },
54 __PACKAGE__
->set_primary_key("tcc_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:aXrYHcEdAAKPM42jD48IDQ
61 # You can replace this text with custom content, and it will be preserved on regeneration