|
Lines 1908-1913
__PACKAGE__->many_to_many("ordernumbers", "aqorder_users", "ordernumber");
Link Here
|
| 1908 |
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2021-09-20 12:00:15 |
1908 |
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2021-09-20 12:00:15 |
| 1909 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:9g9WsdsdPINi2NP4H2A+CA |
1909 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:9g9WsdsdPINi2NP4H2A+CA |
| 1910 |
|
1910 |
|
|
|
1911 |
__PACKAGE__->has_many( |
| 1912 |
"extended_attributes", |
| 1913 |
"Koha::Schema::Result::BorrowerAttribute", |
| 1914 |
{ "foreign.borrowernumber" => "self.borrowernumber" }, |
| 1915 |
{ cascade_copy => 0, cascade_delete => 0 }, |
| 1916 |
); |
| 1917 |
|
| 1911 |
__PACKAGE__->add_columns( |
1918 |
__PACKAGE__->add_columns( |
| 1912 |
'+anonymized' => { is_boolean => 1 }, |
1919 |
'+anonymized' => { is_boolean => 1 }, |
| 1913 |
'+lost' => { is_boolean => 1 }, |
1920 |
'+lost' => { is_boolean => 1 }, |
| 1914 |
- |
|
|