|
Lines 142-147
__PACKAGE__->table("categories");
Link Here
|
| 142 |
|
142 |
|
| 143 |
data_type: 'tinyint' |
143 |
data_type: 'tinyint' |
| 144 |
is_nullable: 1 |
144 |
is_nullable: 1 |
|
|
145 |
=head2 passwordpolicy |
| 146 |
|
| 147 |
data_type: 'varchar' |
| 148 |
is_nullable: 1 |
| 149 |
size: 40 |
| 145 |
|
150 |
|
| 146 |
=head2 exclude_from_local_holds_priority |
151 |
=head2 exclude_from_local_holds_priority |
| 147 |
|
152 |
|
|
Lines 210-215
__PACKAGE__->add_columns(
Link Here
|
| 210 |
{ data_type => "tinyint", is_nullable => 1 }, |
215 |
{ data_type => "tinyint", is_nullable => 1 }, |
| 211 |
"exclude_from_local_holds_priority", |
216 |
"exclude_from_local_holds_priority", |
| 212 |
{ data_type => "tinyint", is_nullable => 1 }, |
217 |
{ data_type => "tinyint", is_nullable => 1 }, |
|
|
218 |
"passwordpolicy", |
| 219 |
{ data_type => "varchar", is_nullable => 1, size => 40 }, |
| 213 |
); |
220 |
); |
| 214 |
|
221 |
|
| 215 |
=head1 PRIMARY KEY |
222 |
=head1 PRIMARY KEY |
| 216 |
- |
|
|