Lines 105-110
__PACKAGE__->belongs_to(
Link Here
|
105 |
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2020-01-02 15:01:04 |
105 |
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2020-01-02 15:01:04 |
106 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Wx556VlgXYqdP2XyQ87Jzg |
106 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Wx556VlgXYqdP2XyQ87Jzg |
107 |
|
107 |
|
|
|
108 |
__PACKAGE__->add_columns( |
109 |
'+shared' => { is_boolean => 1 }, |
110 |
); |
108 |
|
111 |
|
109 |
# You can replace this text with custom code or comments, and it will be preserved on regeneration |
112 |
# You can replace this text with custom code or comments, and it will be preserved on regeneration |
110 |
1; |
113 |
1; |
111 |
- |
|
|