|
Lines 285-302
__PACKAGE__->table("borrowers");
Link Here
|
| 285 |
is_nullable: 1 |
285 |
is_nullable: 1 |
| 286 |
size: 100 |
286 |
size: 100 |
| 287 |
|
287 |
|
| 288 |
=head2 ethnicity |
|
|
| 289 |
|
| 290 |
data_type: 'varchar' |
| 291 |
is_nullable: 1 |
| 292 |
size: 50 |
| 293 |
|
| 294 |
=head2 ethnotes |
| 295 |
|
| 296 |
data_type: 'varchar' |
| 297 |
is_nullable: 1 |
| 298 |
size: 255 |
| 299 |
|
| 300 |
=head2 sex |
288 |
=head2 sex |
| 301 |
|
289 |
|
| 302 |
data_type: 'varchar' |
290 |
data_type: 'varchar' |
|
Lines 534-543
__PACKAGE__->add_columns(
Link Here
|
| 534 |
{ data_type => "mediumtext", is_nullable => 1 }, |
522 |
{ data_type => "mediumtext", is_nullable => 1 }, |
| 535 |
"relationship", |
523 |
"relationship", |
| 536 |
{ data_type => "varchar", is_nullable => 1, size => 100 }, |
524 |
{ data_type => "varchar", is_nullable => 1, size => 100 }, |
| 537 |
"ethnicity", |
|
|
| 538 |
{ data_type => "varchar", is_nullable => 1, size => 50 }, |
| 539 |
"ethnotes", |
| 540 |
{ data_type => "varchar", is_nullable => 1, size => 255 }, |
| 541 |
"sex", |
525 |
"sex", |
| 542 |
{ data_type => "varchar", is_nullable => 1, size => 1 }, |
526 |
{ data_type => "varchar", is_nullable => 1, size => 1 }, |
| 543 |
"password", |
527 |
"password", |
|
Lines 1154-1161
Composing rels: L</aqorder_users> -> ordernumber
Link Here
|
| 1154 |
__PACKAGE__->many_to_many("ordernumbers", "aqorder_users", "ordernumber"); |
1138 |
__PACKAGE__->many_to_many("ordernumbers", "aqorder_users", "ordernumber"); |
| 1155 |
|
1139 |
|
| 1156 |
|
1140 |
|
| 1157 |
# Created by DBIx::Class::Schema::Loader v0.07039 @ 2015-04-27 16:08:40 |
1141 |
# Created by DBIx::Class::Schema::Loader v0.07039 @ 2015-10-06 10:38:42 |
| 1158 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Z50zYBD3Hqlv5/EnoLnyZw |
1142 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:AdaMeazHWWCtMM7rvKX9Lg |
| 1159 |
|
1143 |
|
| 1160 |
|
1144 |
|
| 1161 |
# You can replace this text with custom content, and it will be preserved on regeneration |
1145 |
# You can replace this text with custom content, and it will be preserved on regeneration |