Lines 35-46
__PACKAGE__->table("statistics");
Link Here
|
35 |
is_nullable: 1 |
35 |
is_nullable: 1 |
36 |
size: 10 |
36 |
size: 10 |
37 |
|
37 |
|
38 |
=head2 proccode |
|
|
39 |
|
40 |
data_type: 'varchar' |
41 |
is_nullable: 1 |
42 |
size: 4 |
43 |
|
44 |
=head2 value |
38 |
=head2 value |
45 |
|
39 |
|
46 |
data_type: 'double precision' |
40 |
data_type: 'double precision' |
Lines 108-115
__PACKAGE__->add_columns(
Link Here
|
108 |
}, |
102 |
}, |
109 |
"branch", |
103 |
"branch", |
110 |
{ data_type => "varchar", is_nullable => 1, size => 10 }, |
104 |
{ data_type => "varchar", is_nullable => 1, size => 10 }, |
111 |
"proccode", |
|
|
112 |
{ data_type => "varchar", is_nullable => 1, size => 4 }, |
113 |
"value", |
105 |
"value", |
114 |
{ data_type => "double precision", is_nullable => 1, size => [16, 4] }, |
106 |
{ data_type => "double precision", is_nullable => 1, size => [16, 4] }, |
115 |
"type", |
107 |
"type", |
Lines 133-140
__PACKAGE__->add_columns(
Link Here
|
133 |
); |
125 |
); |
134 |
|
126 |
|
135 |
|
127 |
|
136 |
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-09-26 16:15:09 |
128 |
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2019-03-11 15:18:21 |
137 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:OECp3uSP488L8TUoS1HseQ |
129 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:FFi5MupRV2uIu340ihDv3Q |
138 |
|
130 |
|
139 |
|
131 |
|
140 |
# You can replace this text with custom content, and it will be preserved on regeneration |
132 |
# You can replace this text with custom content, and it will be preserved on regeneration |
141 |
- |
|
|