|
Lines 119-124
__PACKAGE__->table("illrequests");
Link Here
|
| 119 |
is_nullable: 1 |
119 |
is_nullable: 1 |
| 120 |
size: 20 |
120 |
size: 20 |
| 121 |
|
121 |
|
|
|
122 |
=head2 price_paid |
| 123 |
|
| 124 |
data_type: 'varchar' |
| 125 |
is_nullable: 1 |
| 126 |
size: 20 |
| 127 |
|
| 122 |
=cut |
128 |
=cut |
| 123 |
|
129 |
|
| 124 |
__PACKAGE__->add_columns( |
130 |
__PACKAGE__->add_columns( |
|
Lines 164-169
__PACKAGE__->add_columns(
Link Here
|
| 164 |
{ data_type => "varchar", is_nullable => 1, size => 50 }, |
170 |
{ data_type => "varchar", is_nullable => 1, size => 50 }, |
| 165 |
"backend", |
171 |
"backend", |
| 166 |
{ data_type => "varchar", is_nullable => 1, size => 20 }, |
172 |
{ data_type => "varchar", is_nullable => 1, size => 20 }, |
|
|
173 |
"price_paid", |
| 174 |
{ data_type => "varchar", is_nullable => 1, size => 20 }, |
| 167 |
); |
175 |
); |
| 168 |
|
176 |
|
| 169 |
=head1 PRIMARY KEY |
177 |
=head1 PRIMARY KEY |
|
Lines 231-238
__PACKAGE__->has_many(
Link Here
|
| 231 |
); |
239 |
); |
| 232 |
|
240 |
|
| 233 |
|
241 |
|
| 234 |
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-02-16 17:54:53 |
242 |
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2018-05-17 10:53:41 |
| 235 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Rh8DSs3xj3KRmyd7WNGDAg |
243 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:lro5b6igadOasjToe90DIg |
| 236 |
|
244 |
|
| 237 |
|
245 |
|
| 238 |
# You can replace this text with custom code or comments, and it will be preserved on regeneration |
246 |
# You can replace this text with custom code or comments, and it will be preserved on regeneration |