Lines 80-85
__PACKAGE__->table("vendor_edi_accounts");
Link Here
|
80 |
is_nullable: 1 |
80 |
is_nullable: 1 |
81 |
size: 20 |
81 |
size: 20 |
82 |
|
82 |
|
|
|
83 |
=head2 standard |
84 |
|
85 |
data_type: 'varchar' |
86 |
default_value: 'EUR' |
87 |
is_nullable: 1 |
88 |
size: 3 |
89 |
|
83 |
=head2 id_code_qualifier |
90 |
=head2 id_code_qualifier |
84 |
|
91 |
|
85 |
data_type: 'varchar' |
92 |
data_type: 'varchar' |
Lines 160-165
__PACKAGE__->add_columns(
Link Here
|
160 |
{ data_type => "mediumtext", is_nullable => 1 }, |
167 |
{ data_type => "mediumtext", is_nullable => 1 }, |
161 |
"san", |
168 |
"san", |
162 |
{ data_type => "varchar", is_nullable => 1, size => 20 }, |
169 |
{ data_type => "varchar", is_nullable => 1, size => 20 }, |
|
|
170 |
"standard", |
171 |
{ data_type => "varchar", default_value => "EUR", is_nullable => 1, size => 3 }, |
163 |
"id_code_qualifier", |
172 |
"id_code_qualifier", |
164 |
{ data_type => "varchar", default_value => 14, is_nullable => 1, size => 3 }, |
173 |
{ data_type => "varchar", default_value => 14, is_nullable => 1, size => 3 }, |
165 |
"transport", |
174 |
"transport", |
Lines 250-257
__PACKAGE__->belongs_to(
Link Here
|
250 |
); |
259 |
); |
251 |
|
260 |
|
252 |
|
261 |
|
253 |
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-02-16 17:54:54 |
262 |
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2022-02-18 14:08:05 |
254 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:TtWuTpP4Ac6/+T6OPMSsRA |
263 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:yDbPFtwV40n3o+fFoxR99g |
255 |
|
264 |
|
256 |
|
265 |
|
257 |
# You can replace this text with custom code or comments, and it will be preserved on regeneration |
266 |
# You can replace this text with custom code or comments, and it will be preserved on regeneration |
258 |
- |
|
|