Lines 46-52
key used to identify the authorized value category
Link Here
|
46 |
data_type: 'varchar' |
46 |
data_type: 'varchar' |
47 |
default_value: (empty string) |
47 |
default_value: (empty string) |
48 |
is_nullable: 0 |
48 |
is_nullable: 0 |
49 |
size: 80 |
49 |
size: 255 |
50 |
|
50 |
|
51 |
code use to identify the authorized value |
51 |
code use to identify the authorized value |
52 |
|
52 |
|
Lines 88-94
__PACKAGE__->add_columns(
Link Here
|
88 |
size => 32, |
88 |
size => 32, |
89 |
}, |
89 |
}, |
90 |
"authorised_value", |
90 |
"authorised_value", |
91 |
{ data_type => "varchar", default_value => "", is_nullable => 0, size => 80 }, |
91 |
{ data_type => "varchar", default_value => "", is_nullable => 0, size => 255 }, |
92 |
"lib", |
92 |
"lib", |
93 |
{ data_type => "varchar", is_nullable => 1, size => 200 }, |
93 |
{ data_type => "varchar", is_nullable => 1, size => 200 }, |
94 |
"lib_opac", |
94 |
"lib_opac", |
Lines 173-180
__PACKAGE__->has_many(
Link Here
|
173 |
); |
173 |
); |
174 |
|
174 |
|
175 |
|
175 |
|
176 |
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2021-01-21 13:39:29 |
176 |
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2022-10-07 19:02:59 |
177 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:LH9dpEEzlVVsjNVv/jnONg |
177 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:3ih7F0Ld8jUaqh0GW5USSQ |
178 |
|
178 |
|
179 |
|
179 |
|
180 |
# You can replace this text with custom code or comments, and it will be preserved on regeneration |
180 |
# You can replace this text with custom code or comments, and it will be preserved on regeneration |
181 |
- |
|
|