Lines 54-59
__PACKAGE__->table("hold_fill_targets");
Link Here
|
54 |
default_value: 0 |
54 |
default_value: 0 |
55 |
is_nullable: 0 |
55 |
is_nullable: 0 |
56 |
|
56 |
|
|
|
57 |
=head2 reserve_id |
58 |
|
59 |
data_type: 'integer' |
60 |
is_nullable: 1 |
61 |
|
57 |
=cut |
62 |
=cut |
58 |
|
63 |
|
59 |
__PACKAGE__->add_columns( |
64 |
__PACKAGE__->add_columns( |
Lines 67-72
__PACKAGE__->add_columns(
Link Here
|
67 |
{ data_type => "varchar", is_foreign_key => 1, is_nullable => 1, size => 10 }, |
72 |
{ data_type => "varchar", is_foreign_key => 1, is_nullable => 1, size => 10 }, |
68 |
"item_level_request", |
73 |
"item_level_request", |
69 |
{ data_type => "tinyint", default_value => 0, is_nullable => 0 }, |
74 |
{ data_type => "tinyint", default_value => 0, is_nullable => 0 }, |
|
|
75 |
"reserve_id", |
76 |
{ data_type => "integer", is_nullable => 1 }, |
70 |
); |
77 |
); |
71 |
|
78 |
|
72 |
=head1 PRIMARY KEY |
79 |
=head1 PRIMARY KEY |
Lines 149-156
__PACKAGE__->belongs_to(
Link Here
|
149 |
); |
156 |
); |
150 |
|
157 |
|
151 |
|
158 |
|
152 |
# Created by DBIx::Class::Schema::Loader v0.07025 @ 2013-10-14 20:56:21 |
159 |
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2020-08-25 09:54:59 |
153 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:uSU9PBMr4e6XKuDgBV583A |
160 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:SAi7lh09AVqlzXMLvLgkQg |
154 |
|
161 |
|
155 |
|
162 |
|
156 |
# You can replace this text with custom content, and it will be preserved on regeneration |
163 |
# You can replace this text with custom content, and it will be preserved on regeneration |
157 |
- |
|
|