Add genformat & gensource to db.sql, rerun dbicdump
[gruntmaster-data.git] / lib / Gruntmaster / Data / Result / User.pm
index 740d87a88605e13a360d2b932697f873e92be16f..21edb48714f09823c83a9affabba870469af136c 100644 (file)
@@ -38,6 +38,11 @@ __PACKAGE__->table("users");
   data_type: 'text'
   is_nullable: 1
 
+=head2 phone
+
+  data_type: 'text'
+  is_nullable: 1
+
 =head2 town
 
   data_type: 'text'
@@ -67,6 +72,8 @@ __PACKAGE__->add_columns(
   { data_type => "text", is_nullable => 1 },
   "email",
   { data_type => "text", is_nullable => 1 },
+  "phone",
+  { data_type => "text", is_nullable => 1 },
   "town",
   { data_type => "text", is_nullable => 1 },
   "university",
@@ -152,8 +159,8 @@ __PACKAGE__->has_many(
 );
 
 
-# Created by DBIx::Class::Schema::Loader v0.07039 @ 2014-03-06 12:41:16
-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:CHRtUlZf3hs+lg6Nqi2LPA
+# Created by DBIx::Class::Schema::Loader v0.07039 @ 2014-03-26 15:24:46
+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:HjxrnH2QdWGaAnArZpyYMA
 
 
 # You can replace this text with custom code or comments, and it will be preserved on regeneration
This page took 0.010473 seconds and 4 git commands to generate.