File tree 1 file changed +10
-2
lines changed
1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,12 @@ __PACKAGE__->table("opdefs");
47
47
is_nullable: 1
48
48
size: 2
49
49
50
+ =head2 defrep
51
+
52
+ data_type: 'tinyint'
53
+ default_value: 0
54
+ is_nullable: 1
55
+
50
56
=head2 number
51
57
52
58
data_type: 'varchar'
@@ -169,6 +175,8 @@ __PACKAGE__->add_columns(
169
175
{ data_type => " integer" , is_auto_increment => 1, is_nullable => 0 },
170
176
" type" ,
171
177
{ data_type => " char" , is_nullable => 1, size => 2 },
178
+ " defrep" ,
179
+ { data_type => " tinyint" , default_value => 0, is_nullable => 1 },
172
180
" number" ,
173
181
{ data_type => " varchar" , is_nullable => 1, size => 16 },
174
182
" number_serial" ,
@@ -324,8 +332,8 @@ __PACKAGE__->has_many(
324
332
);
325
333
326
334
327
- # Created by DBIx::Class::Schema::Loader v0.07025 @ 2013-05-20 00:21:47
328
- # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:CWWNWGmaGC6pwH1hxzOhcA
335
+ # Created by DBIx::Class::Schema::Loader v0.07025 @ 2013-05-31 15:01:55
336
+ # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:lcyBZ5Q8GONdZ68ikXpOtA
329
337
330
338
331
339
# You can replace this text with custom content, and it will be preserved on regeneration
You can’t perform that action at this time.
0 commit comments