|
Lines 79-84
__PACKAGE__->add_columns(
Link Here
|
| 79 |
|
79 |
|
| 80 |
__PACKAGE__->set_primary_key("rota_id"); |
80 |
__PACKAGE__->set_primary_key("rota_id"); |
| 81 |
|
81 |
|
|
|
82 |
=head1 UNIQUE CONSTRAINTS |
| 83 |
|
| 84 |
=head2 C<stockrotationrotas_title> |
| 85 |
|
| 86 |
=over 4 |
| 87 |
|
| 88 |
=item * L</title> |
| 89 |
|
| 90 |
=back |
| 91 |
|
| 92 |
=cut |
| 93 |
|
| 94 |
__PACKAGE__->add_unique_constraint("stockrotationrotas_title", ["title"]); |
| 95 |
|
| 82 |
=head1 RELATIONS |
96 |
=head1 RELATIONS |
| 83 |
|
97 |
|
| 84 |
=head2 stockrotationstages |
98 |
=head2 stockrotationstages |
|
Lines 97-104
__PACKAGE__->has_many(
Link Here
|
| 97 |
); |
111 |
); |
| 98 |
|
112 |
|
| 99 |
|
113 |
|
| 100 |
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2016-10-17 16:18:21 |
114 |
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2018-04-17 16:37:51 |
| 101 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:gglRP/Dh1RIu9eH834lStA |
115 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:KOv8PNKzQd3gLTskL1GiHw |
| 102 |
|
116 |
|
| 103 |
|
117 |
|
| 104 |
# You can replace this text with custom code or comments, and it will be preserved on regeneration |
118 |
# You can replace this text with custom code or comments, and it will be preserved on regeneration |