Lines 142-147
requestor email
Link Here
|
142 |
|
142 |
|
143 |
report types provided by the harvester |
143 |
report types provided by the harvester |
144 |
|
144 |
|
|
|
145 |
=head2 service_platform |
146 |
|
147 |
data_type: 'varchar' |
148 |
is_nullable: 1 |
149 |
size: 80 |
150 |
|
151 |
platform if provider requires it |
152 |
|
145 |
=cut |
153 |
=cut |
146 |
|
154 |
|
147 |
__PACKAGE__->add_columns( |
155 |
__PACKAGE__->add_columns( |
Lines 175-180
__PACKAGE__->add_columns(
Link Here
|
175 |
{ data_type => "varchar", is_nullable => 1, size => 80 }, |
183 |
{ data_type => "varchar", is_nullable => 1, size => 80 }, |
176 |
"report_types", |
184 |
"report_types", |
177 |
{ data_type => "varchar", is_nullable => 1, size => 255 }, |
185 |
{ data_type => "varchar", is_nullable => 1, size => 255 }, |
|
|
186 |
"service_platform", |
187 |
{ data_type => "varchar", is_nullable => 1, size => 80 }, |
178 |
); |
188 |
); |
179 |
|
189 |
|
180 |
=head1 PRIMARY KEY |
190 |
=head1 PRIMARY KEY |
Lines 328-335
__PACKAGE__->has_many(
Link Here
|
328 |
); |
338 |
); |
329 |
|
339 |
|
330 |
|
340 |
|
331 |
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-10-11 10:09:06 |
341 |
# Created by DBIx::Class::Schema::Loader v0.07051 @ 2024-09-18 15:34:19 |
332 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:MSvyv/Abt3S3fqZF21v/7w |
342 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:+z+MtrLdulfZQKUSXu8Dcg |
333 |
|
343 |
|
334 |
# __PACKAGE__->add_columns( |
344 |
# __PACKAGE__->add_columns( |
335 |
# '+active' => { is_boolean => 1 } |
345 |
# '+active' => { is_boolean => 1 } |
336 |
- |
|
|