|
Lines 23-29
__PACKAGE__->table("aqbookseller_interfaces");
Link Here
|
| 23 |
|
23 |
|
| 24 |
=head1 ACCESSORS |
24 |
=head1 ACCESSORS |
| 25 |
|
25 |
|
| 26 |
=head2 id |
26 |
=head2 interface_id |
| 27 |
|
27 |
|
| 28 |
data_type: 'integer' |
28 |
data_type: 'integer' |
| 29 |
is_auto_increment: 1 |
29 |
is_auto_increment: 1 |
|
Lines 94-100
notes
Link Here
|
| 94 |
=cut |
94 |
=cut |
| 95 |
|
95 |
|
| 96 |
__PACKAGE__->add_columns( |
96 |
__PACKAGE__->add_columns( |
| 97 |
"id", |
97 |
"interface_id", |
| 98 |
{ data_type => "integer", is_auto_increment => 1, is_nullable => 0 }, |
98 |
{ data_type => "integer", is_auto_increment => 1, is_nullable => 0 }, |
| 99 |
"vendor_id", |
99 |
"vendor_id", |
| 100 |
{ data_type => "integer", is_foreign_key => 1, is_nullable => 0 }, |
100 |
{ data_type => "integer", is_foreign_key => 1, is_nullable => 0 }, |
|
Lines 118-130
__PACKAGE__->add_columns(
Link Here
|
| 118 |
|
118 |
|
| 119 |
=over 4 |
119 |
=over 4 |
| 120 |
|
120 |
|
| 121 |
=item * L</id> |
121 |
=item * L</interface_id> |
| 122 |
|
122 |
|
| 123 |
=back |
123 |
=back |
| 124 |
|
124 |
|
| 125 |
=cut |
125 |
=cut |
| 126 |
|
126 |
|
| 127 |
__PACKAGE__->set_primary_key("id"); |
127 |
__PACKAGE__->set_primary_key("interface_id"); |
| 128 |
|
128 |
|
| 129 |
=head1 RELATIONS |
129 |
=head1 RELATIONS |
| 130 |
|
130 |
|
|
Lines 144-151
__PACKAGE__->belongs_to(
Link Here
|
| 144 |
); |
144 |
); |
| 145 |
|
145 |
|
| 146 |
|
146 |
|
| 147 |
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-03-02 14:22:08 |
147 |
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-04-14 06:13:36 |
| 148 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:x1agzLqSW4QKvQq5CHKkjQ |
148 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:trD3yQfHdRyMiHpPkMUHVw |
| 149 |
|
149 |
|
| 150 |
|
150 |
|
| 151 |
# You can replace this text with custom code or comments, and it will be preserved on regeneration |
151 |
# You can replace this text with custom code or comments, and it will be preserved on regeneration |
| 152 |
- |
|
|