|
Lines 115-125
__PACKAGE__->table("aqorders");
Link Here
|
| 115 |
data_type: 'mediumtext' |
115 |
data_type: 'mediumtext' |
| 116 |
is_nullable: 1 |
116 |
is_nullable: 1 |
| 117 |
|
117 |
|
| 118 |
=head2 supplierreference |
|
|
| 119 |
|
| 120 |
data_type: 'mediumtext' |
| 121 |
is_nullable: 1 |
| 122 |
|
| 123 |
=head2 purchaseordernumber |
118 |
=head2 purchaseordernumber |
| 124 |
|
119 |
|
| 125 |
data_type: 'mediumtext' |
120 |
data_type: 'mediumtext' |
|
Lines 273-280
__PACKAGE__->add_columns(
Link Here
|
| 273 |
{ data_type => "mediumtext", is_nullable => 1 }, |
268 |
{ data_type => "mediumtext", is_nullable => 1 }, |
| 274 |
"order_vendornote", |
269 |
"order_vendornote", |
| 275 |
{ data_type => "mediumtext", is_nullable => 1 }, |
270 |
{ data_type => "mediumtext", is_nullable => 1 }, |
| 276 |
"supplierreference", |
|
|
| 277 |
{ data_type => "mediumtext", is_nullable => 1 }, |
| 278 |
"purchaseordernumber", |
271 |
"purchaseordernumber", |
| 279 |
{ data_type => "mediumtext", is_nullable => 1 }, |
272 |
{ data_type => "mediumtext", is_nullable => 1 }, |
| 280 |
"basketno", |
273 |
"basketno", |
|
Lines 507-514
Composing rels: L</aqorder_users> -> borrowernumber
Link Here
|
| 507 |
__PACKAGE__->many_to_many("borrowernumbers", "aqorder_users", "borrowernumber"); |
500 |
__PACKAGE__->many_to_many("borrowernumbers", "aqorder_users", "borrowernumber"); |
| 508 |
|
501 |
|
| 509 |
|
502 |
|
| 510 |
# Created by DBIx::Class::Schema::Loader v0.07039 @ 2015-03-11 11:50:38 |
503 |
# Created by DBIx::Class::Schema::Loader v0.07039 @ 2015-04-13 10:17:50 |
| 511 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:BbhBIc0Bvj3Olf/dYzDjnw |
504 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:9C0lOmkz7e7xDjXItNB2Sg |
| 512 |
|
505 |
|
| 513 |
|
506 |
|
| 514 |
# You can replace this text with custom content, and it will be preserved on regeneration |
507 |
# You can replace this text with custom content, and it will be preserved on regeneration |
| 515 |
- |
|
|