|
Lines 23-29
__PACKAGE__->table("collections_tracking");
Link Here
|
| 23 |
|
23 |
|
| 24 |
=head1 ACCESSORS |
24 |
=head1 ACCESSORS |
| 25 |
|
25 |
|
| 26 |
=head2 ctid |
26 |
=head2 collections_tracking_id |
| 27 |
|
27 |
|
| 28 |
data_type: 'integer' |
28 |
data_type: 'integer' |
| 29 |
is_auto_increment: 1 |
29 |
is_auto_increment: 1 |
|
Lines 48-54
items.itemnumber
Link Here
|
| 48 |
=cut |
48 |
=cut |
| 49 |
|
49 |
|
| 50 |
__PACKAGE__->add_columns( |
50 |
__PACKAGE__->add_columns( |
| 51 |
"ctid", |
51 |
"collections_tracking_id", |
| 52 |
{ data_type => "integer", is_auto_increment => 1, is_nullable => 0 }, |
52 |
{ data_type => "integer", is_auto_increment => 1, is_nullable => 0 }, |
| 53 |
"colid", |
53 |
"colid", |
| 54 |
{ data_type => "integer", default_value => 0, is_nullable => 0 }, |
54 |
{ data_type => "integer", default_value => 0, is_nullable => 0 }, |
|
Lines 60-76
__PACKAGE__->add_columns(
Link Here
|
| 60 |
|
60 |
|
| 61 |
=over 4 |
61 |
=over 4 |
| 62 |
|
62 |
|
| 63 |
=item * L</ctid> |
63 |
=item * L</collections_tracking_id> |
| 64 |
|
64 |
|
| 65 |
=back |
65 |
=back |
| 66 |
|
66 |
|
| 67 |
=cut |
67 |
=cut |
| 68 |
|
68 |
|
| 69 |
__PACKAGE__->set_primary_key("ctid"); |
69 |
__PACKAGE__->set_primary_key("collections_tracking_id"); |
| 70 |
|
70 |
|
| 71 |
|
71 |
|
| 72 |
# Created by DBIx::Class::Schema::Loader v0.07025 @ 2013-10-14 20:56:21 |
72 |
# Created by DBIx::Class::Schema::Loader v0.07025 @ 2013-12-11 16:55:09 |
| 73 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:izGaZGUJvwrRTQOCotopUg |
73 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:CAKCBAZ44Q6yAS2IKOMNlA |
| 74 |
|
74 |
|
| 75 |
|
75 |
|
| 76 |
# You can replace this text with custom content, and it will be preserved on regeneration |
76 |
# You can replace this text with custom content, and it will be preserved on regeneration |
| 77 |
- |
|
|