Lines 81-86
__PACKAGE__->table("accountlines");
Link Here
|
81 |
is_nullable: 1 |
81 |
is_nullable: 1 |
82 |
size: 5 |
82 |
size: 5 |
83 |
|
83 |
|
|
|
84 |
=head2 payment_type |
85 |
|
86 |
data_type: 'varchar' |
87 |
is_nullable: 1 |
88 |
size: 80 |
89 |
|
84 |
=head2 amountoutstanding |
90 |
=head2 amountoutstanding |
85 |
|
91 |
|
86 |
data_type: 'decimal' |
92 |
data_type: 'decimal' |
Lines 150-155
__PACKAGE__->add_columns(
Link Here
|
150 |
{ data_type => "mediumtext", is_nullable => 1 }, |
156 |
{ data_type => "mediumtext", is_nullable => 1 }, |
151 |
"accounttype", |
157 |
"accounttype", |
152 |
{ data_type => "varchar", is_nullable => 1, size => 5 }, |
158 |
{ data_type => "varchar", is_nullable => 1, size => 5 }, |
|
|
159 |
"payment_type", |
160 |
{ data_type => "varchar", is_nullable => 1, size => 80 }, |
153 |
"amountoutstanding", |
161 |
"amountoutstanding", |
154 |
{ data_type => "decimal", is_nullable => 1, size => [28, 6] }, |
162 |
{ data_type => "decimal", is_nullable => 1, size => [28, 6] }, |
155 |
"lastincrement", |
163 |
"lastincrement", |
Lines 251-258
__PACKAGE__->belongs_to(
Link Here
|
251 |
); |
259 |
); |
252 |
|
260 |
|
253 |
|
261 |
|
254 |
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2017-02-15 16:13:26 |
262 |
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2017-06-10 07:32:44 |
255 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:OuH2XMR7vE5PQB5ih0VQaw |
263 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:61aYHJksP9kl2rWsse3g8A |
256 |
|
264 |
|
257 |
|
265 |
|
258 |
# You can replace this text with custom content, and it will be preserved on regeneration |
266 |
# You can replace this text with custom content, and it will be preserved on regeneration |
259 |
- |
|
|