data_type: 'text'
is_nullable: 1
+=head2 writer
+
+ data_type: 'text'
+ is_nullable: 1
+
=head2 generator
data_type: 'enum'
{ data_type => "text", is_nullable => 0 },
"author",
{ data_type => "text", is_nullable => 1 },
+ "writer",
+ { data_type => "text", is_nullable => 1 },
"generator",
{
data_type => "enum",
__PACKAGE__->many_to_many("contests", "contest_problems", "contest");
-# Created by DBIx::Class::Schema::Loader v0.07039 @ 2014-03-26 15:24:46
-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:QeM8iOMQE3lqG2tXKbpRxw
+# Created by DBIx::Class::Schema::Loader v0.07039 @ 2014-03-30 12:59:34
+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:ujwyMJ5Pup1i5NKXkPkg2g
# You can replace this text with custom code or comments, and it will be preserved on regeneration