|
Lines 52-58
__PACKAGE__->table("items_search_fields");
Link Here
|
| 52 |
data_type: 'varchar' |
52 |
data_type: 'varchar' |
| 53 |
is_foreign_key: 1 |
53 |
is_foreign_key: 1 |
| 54 |
is_nullable: 1 |
54 |
is_nullable: 1 |
| 55 |
size: 80 |
55 |
size: 32 |
| 56 |
|
56 |
|
| 57 |
=cut |
57 |
=cut |
| 58 |
|
58 |
|
|
Lines 66-72
__PACKAGE__->add_columns(
Link Here
|
| 66 |
"tagsubfield", |
66 |
"tagsubfield", |
| 67 |
{ data_type => "char", is_nullable => 1, size => 1 }, |
67 |
{ data_type => "char", is_nullable => 1, size => 1 }, |
| 68 |
"authorised_values_category", |
68 |
"authorised_values_category", |
| 69 |
{ data_type => "varchar", is_foreign_key => 1, is_nullable => 1, size => 80 }, |
69 |
{ data_type => "varchar", is_foreign_key => 1, is_nullable => 1, size => 32 }, |
| 70 |
); |
70 |
); |
| 71 |
|
71 |
|
| 72 |
=head1 PRIMARY KEY |
72 |
=head1 PRIMARY KEY |
|
Lines 104-111
__PACKAGE__->belongs_to(
Link Here
|
| 104 |
); |
104 |
); |
| 105 |
|
105 |
|
| 106 |
|
106 |
|
| 107 |
# Created by DBIx::Class::Schema::Loader v0.07045 @ 2016-08-29 11:50:45 |
107 |
# Created by DBIx::Class::Schema::Loader v0.07045 @ 2016-10-18 09:44:48 |
| 108 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:5iB4gfxlZLHw2fqwoK/Wtg |
108 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:ZA7MFxE/i3NkcZoxg5mBuQ |
| 109 |
|
109 |
|
| 110 |
|
110 |
|
| 111 |
# You can replace this text with custom code or comments, and it will be preserved on regeneration |
111 |
# You can replace this text with custom code or comments, and it will be preserved on regeneration |
| 112 |
- |
|
|