Lines 59-64
__PACKAGE__->table("library_groups");
Link Here
|
59 |
default_value: 0 |
59 |
default_value: 0 |
60 |
is_nullable: 0 |
60 |
is_nullable: 0 |
61 |
|
61 |
|
|
|
62 |
=head2 ft_search_groups_opac |
63 |
|
64 |
data_type: 'tinyint' |
65 |
default_value: 0 |
66 |
is_nullable: 0 |
67 |
|
68 |
=head2 ft_search_groups_staff |
69 |
|
70 |
data_type: 'tinyint' |
71 |
default_value: 0 |
72 |
is_nullable: 0 |
73 |
|
62 |
=head2 created_on |
74 |
=head2 created_on |
63 |
|
75 |
|
64 |
data_type: 'datetime' |
76 |
data_type: 'datetime' |
Lines 86-91
__PACKAGE__->add_columns(
Link Here
|
86 |
{ data_type => "text", is_nullable => 1 }, |
98 |
{ data_type => "text", is_nullable => 1 }, |
87 |
"ft_hide_patron_info", |
99 |
"ft_hide_patron_info", |
88 |
{ data_type => "tinyint", default_value => 0, is_nullable => 0 }, |
100 |
{ data_type => "tinyint", default_value => 0, is_nullable => 0 }, |
|
|
101 |
"ft_search_groups_opac", |
102 |
{ data_type => "tinyint", default_value => 0, is_nullable => 0 }, |
103 |
"ft_search_groups_staff", |
104 |
{ data_type => "tinyint", default_value => 0, is_nullable => 0 }, |
89 |
"created_on", |
105 |
"created_on", |
90 |
{ |
106 |
{ |
91 |
data_type => "datetime", |
107 |
data_type => "datetime", |
Lines 170-177
__PACKAGE__->belongs_to(
Link Here
|
170 |
); |
186 |
); |
171 |
|
187 |
|
172 |
|
188 |
|
173 |
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-02-02 13:55:34 |
189 |
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-02-07 19:45:11 |
174 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:1I6F77/TUDVzxGh0IxPkyQ |
190 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:59EJrp8K9Oph69Zoqnv3YQ |
175 |
|
191 |
|
176 |
|
192 |
|
177 |
# You can replace this text with custom code or comments, and it will be preserved on regeneration |
193 |
# You can replace this text with custom code or comments, and it will be preserved on regeneration |
178 |
- |
|
|