Lines 128-133
__PACKAGE__->table("categories");
Link Here
|
128 |
data_type: 'tinyint' |
128 |
data_type: 'tinyint' |
129 |
is_nullable: 1 |
129 |
is_nullable: 1 |
130 |
|
130 |
|
|
|
131 |
=head2 change_password |
132 |
|
133 |
data_type: 'tinyint' |
134 |
is_nullable: 1 |
135 |
|
131 |
=cut |
136 |
=cut |
132 |
|
137 |
|
133 |
__PACKAGE__->add_columns( |
138 |
__PACKAGE__->add_columns( |
Lines 182-187
__PACKAGE__->add_columns(
Link Here
|
182 |
}, |
187 |
}, |
183 |
"reset_password", |
188 |
"reset_password", |
184 |
{ data_type => "tinyint", is_nullable => 1 }, |
189 |
{ data_type => "tinyint", is_nullable => 1 }, |
|
|
190 |
"change_password", |
191 |
{ data_type => "tinyint", is_nullable => 1 }, |
185 |
); |
192 |
); |
186 |
|
193 |
|
187 |
=head1 PRIMARY KEY |
194 |
=head1 PRIMARY KEY |
Lines 289-296
__PACKAGE__->might_have(
Link Here
|
289 |
); |
296 |
); |
290 |
|
297 |
|
291 |
|
298 |
|
292 |
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2019-02-06 13:49:56 |
299 |
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2019-02-19 02:41:12 |
293 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:mxGB87mA1hlowEF+tuMPLg |
300 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Z3epoYMS3ZotEjR4qsO/7w |
294 |
|
301 |
|
295 |
|
302 |
|
296 |
# You can replace this text with custom content, and it will be preserved on regeneration |
303 |
# You can replace this text with custom content, and it will be preserved on regeneration |
297 |
- |
|
|