]> iEval git - gruntmaster-data.git/blobdiff - lib/Gruntmaster/Data/Result/User.pm
Add a country column to users
[gruntmaster-data.git] / lib / Gruntmaster / Data / Result / User.pm
index 73fe6abae0088e7d0c7229e875139fff209110c6..4922354cfb4061aaade9c0725f3e235b34427ec7 100644 (file)
@@ -75,6 +75,11 @@ Full name of user
 
 Highschool, Undergraduate, Master, Doctorate or Other
 
+=head2 country
+
+  data_type: 'text'
+  is_nullable: 1
+
 =head2 lastjob
 
   data_type: 'bigint'
@@ -103,6 +108,8 @@ __PACKAGE__->add_columns(
   { 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 },
 );
@@ -212,8 +219,8 @@ __PACKAGE__->has_many(
 );
 
 
-# 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/;
 
This page took 0.025022 seconds and 4 git commands to generate.