1 package SGN
::Schema
::SubmitUser
;
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::SubmitUser
18 __PACKAGE__
->table("submit_user");
27 sequence: 'submit_user_submit_user_id_seq'
71 =head2 contact_information
94 __PACKAGE__
->add_columns(
97 data_type
=> "integer",
98 is_auto_increment
=> 1,
100 sequence
=> "submit_user_submit_user_id_seq",
103 { data_type
=> "varchar", is_nullable
=> 1, size
=> 6 },
105 { data_type
=> "varchar", is_nullable
=> 1, size
=> 20 },
107 { data_type
=> "varchar", is_nullable
=> 1, size
=> 20 },
109 { data_type
=> "varchar", is_nullable
=> 1, size
=> 80 },
111 { data_type
=> "varchar", is_nullable
=> 1, size
=> 255 },
113 { data_type
=> "varchar", is_nullable
=> 1, size
=> 20 },
115 { data_type
=> "varchar", is_nullable
=> 1, size
=> 80 },
116 "contact_information",
117 { data_type
=> "text", is_nullable
=> 1 },
119 { data_type
=> "bigint", is_nullable
=> 1 },
121 { data_type
=> "varchar", is_nullable
=> 1, size
=> 16 },
123 { data_type
=> "integer", is_nullable
=> 1 },
125 __PACKAGE__
->set_primary_key("submit_user_id");
128 # Created by DBIx::Class::Schema::Loader v0.07002 @ 2012-03-03 12:35:39
129 # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:H8ElPRe7I8jN7AiPGWYTlw
132 # You can replace this text with custom content, and it will be preserved on regeneration