|
Link Here
|
| 66 |
data_type: 'longtext' |
66 |
data_type: 'longtext' |
| 67 |
is_nullable: 1 |
67 |
is_nullable: 1 |
| 68 |
|
68 |
|
| 69 |
=head2 marc |
|
|
| 70 |
|
| 71 |
data_type: 'blob' |
| 72 |
is_nullable: 1 |
| 73 |
|
| 74 |
=head2 linkid |
69 |
=head2 linkid |
| 75 |
|
70 |
|
| 76 |
data_type: 'bigint' |
71 |
data_type: 'bigint' |
|
Link Here
|
| 108 |
{ data_type => "varchar", is_nullable => 1, size => 20 }, |
103 |
{ data_type => "varchar", is_nullable => 1, size => 20 }, |
| 109 |
"authtrees", |
104 |
"authtrees", |
| 110 |
{ data_type => "longtext", is_nullable => 1 }, |
105 |
{ data_type => "longtext", is_nullable => 1 }, |
| 111 |
"marc", |
|
|
| 112 |
{ data_type => "blob", is_nullable => 1 }, |
| 113 |
"linkid", |
106 |
"linkid", |
| 114 |
{ data_type => "bigint", is_nullable => 1 }, |
107 |
{ data_type => "bigint", is_nullable => 1 }, |
| 115 |
"marcxml", |
108 |
"marcxml", |
|
Link Here
|
| 146 |
); |
139 |
); |
| 147 |
|
140 |
|
| 148 |
|
141 |
|
| 149 |
# Created by DBIx::Class::Schema::Loader v0.07051 @ 2024-07-31 14:45:08 |
142 |
# Created by DBIx::Class::Schema::Loader v0.07051 @ 2025-02-18 15:08:57 |
| 150 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:qQKXXu/9rBZ89hnDzJMsvA |
143 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:YYIt5OnrPGIQ8v3Q9FnHmw |
| 151 |
|
144 |
|
| 152 |
sub koha_object_class { |
145 |
sub koha_object_class { |
| 153 |
'Koha::Authority'; |
146 |
'Koha::Authority'; |
| 154 |
- |
|
|