use Sub::Name qw/subname/;
use constant PROBLEM_PUBLIC_COLUMNS => [qw/id author writer level name owner private timeout olimit value/];
-use constant USER_PUBLIC_COLUMNS => [qw/id admin name town university level/];
+use constant USER_PUBLIC_COLUMNS => [qw/id admin name town university country level/];
use constant JOBS_PER_PAGE => 10;
sub dynsub{
Highschool, Undergraduate, Master, Doctorate or Other
+=head2 country
+
+ data_type: 'text'
+ is_nullable: 1
+
=head2 lastjob
data_type: 'bigint'
{ data_type => "text", is_nullable => 1 },
"level",
{ data_type => "text", is_nullable => 1 },
+ "country",
+ { data_type => "text", is_nullable => 1 },
"lastjob",
{ data_type => "bigint", is_nullable => 1 },
);
);
-# Created by DBIx::Class::Schema::Loader v0.07042 @ 2014-12-19 16:54:00
-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:LiA2+ZpTTelwZJtFpZRsbw
+# Created by DBIx::Class::Schema::Loader v0.07042 @ 2015-01-29 18:45:35
+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:rpx697B3St+ICCSbOn4cbQ
use Class::Method::Modifiers qw/after/;