|
Lines 53-58
__PACKAGE__->table("borrower_attribute_types");
Link Here
|
| 53 |
default_value: 0 |
53 |
default_value: 0 |
| 54 |
is_nullable: 0 |
54 |
is_nullable: 0 |
| 55 |
|
55 |
|
|
|
56 |
=head2 opac_editable |
| 57 |
|
| 58 |
data_type: 'tinyint' |
| 59 |
default_value: 0 |
| 60 |
is_nullable: 0 |
| 61 |
|
| 56 |
=head2 staff_searchable |
62 |
=head2 staff_searchable |
| 57 |
|
63 |
|
| 58 |
data_type: 'tinyint' |
64 |
data_type: 'tinyint' |
|
Lines 97-102
__PACKAGE__->add_columns(
Link Here
|
| 97 |
{ data_type => "tinyint", default_value => 0, is_nullable => 0 }, |
103 |
{ data_type => "tinyint", default_value => 0, is_nullable => 0 }, |
| 98 |
"opac_display", |
104 |
"opac_display", |
| 99 |
{ data_type => "tinyint", default_value => 0, is_nullable => 0 }, |
105 |
{ data_type => "tinyint", default_value => 0, is_nullable => 0 }, |
|
|
106 |
"opac_editable", |
| 107 |
{ data_type => "tinyint", default_value => 0, is_nullable => 0 }, |
| 100 |
"staff_searchable", |
108 |
"staff_searchable", |
| 101 |
{ data_type => "tinyint", default_value => 0, is_nullable => 0 }, |
109 |
{ data_type => "tinyint", default_value => 0, is_nullable => 0 }, |
| 102 |
"authorised_value_category", |
110 |
"authorised_value_category", |
|
Lines 154-161
__PACKAGE__->has_many(
Link Here
|
| 154 |
); |
162 |
); |
| 155 |
|
163 |
|
| 156 |
|
164 |
|
| 157 |
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2016-04-25 18:09:15 |
165 |
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2016-10-25 20:32:12 |
| 158 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:KzCA3jRyp/uqYdrHFXaw7Q |
166 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:gsPR8PuUUZHFUkr3MIbTpw |
| 159 |
|
167 |
|
| 160 |
|
168 |
|
| 161 |
# You can replace this text with custom content, and it will be preserved on regeneration |
169 |
# You can replace this text with custom content, and it will be preserved on regeneration |
| 162 |
- |
|
|