|
Lines 80-88
__PACKAGE__->add_columns(
Link Here
|
| 80 |
|
80 |
|
| 81 |
__PACKAGE__->set_primary_key("id"); |
81 |
__PACKAGE__->set_primary_key("id"); |
| 82 |
|
82 |
|
|
|
83 |
=head1 UNIQUE CONSTRAINTS |
| 83 |
|
84 |
|
| 84 |
# Created by DBIx::Class::Schema::Loader v0.07025 @ 2013-10-14 20:56:21 |
85 |
=head2 C<subtag_type_lang> |
| 85 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:fQEN7ks3f7aLuoDQWqEv+Q |
86 |
|
|
|
87 |
=over 4 |
| 88 |
|
| 89 |
=item * L</subtag> |
| 90 |
|
| 91 |
=item * L</type> |
| 92 |
|
| 93 |
=item * L</lang> |
| 94 |
|
| 95 |
=back |
| 96 |
|
| 97 |
=cut |
| 98 |
|
| 99 |
__PACKAGE__->add_unique_constraint("subtag_type_lang", ["subtag", "type", "lang"]); |
| 100 |
|
| 101 |
|
| 102 |
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2021-11-30 13:58:48 |
| 103 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:47kn6QYcK/PKIvsxwsUl0w |
| 86 |
|
104 |
|
| 87 |
|
105 |
|
| 88 |
# You can replace this text with custom content, and it will be preserved on regeneration |
106 |
# You can replace this text with custom content, and it will be preserved on regeneration |