Lines 114-119
__PACKAGE__->has_many(
Link Here
|
114 |
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2018-04-17 16:37:51 |
114 |
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2018-04-17 16:37:51 |
115 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:KOv8PNKzQd3gLTskL1GiHw |
115 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:KOv8PNKzQd3gLTskL1GiHw |
116 |
|
116 |
|
|
|
117 |
__PACKAGE__->add_columns( |
118 |
'+cyclical' => { is_boolean => 1 }, |
119 |
'+active' => { is_boolean => 1 } |
120 |
); |
117 |
|
121 |
|
118 |
# You can replace this text with custom code or comments, and it will be preserved on regeneration |
122 |
# You can replace this text with custom code or comments, and it will be preserved on regeneration |
119 |
1; |
123 |
1; |
120 |
- |
|
|