X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FMetaSetup%2FCustomer.pm;h=1537bf6c3088aa9075eb16877d61c1463bf3bb93;hb=4ee26bcc22fa980555706ca24323ee9c552c1303;hp=a12aa1050c564b07ac80cf76348f346d08f24f6c;hpb=e42233910a57d39f3ccef150db1212f7ecb7fb30;p=kivitendo-erp.git diff --git a/SL/DB/MetaSetup/Customer.pm b/SL/DB/MetaSetup/Customer.pm index a12aa1050..1537bf6c3 100644 --- a/SL/DB/MetaSetup/Customer.pm +++ b/SL/DB/MetaSetup/Customer.pm @@ -33,6 +33,7 @@ __PACKAGE__->meta->columns( fax => { type => 'varchar', length => 30 }, greeting => { type => 'text' }, homepage => { type => 'text' }, + hourly_rate => { type => 'numeric', precision => 2, scale => 8 }, iban => { type => 'varchar', length => 100 }, id => { type => 'integer', not_null => 1, sequence => 'id' }, itime => { type => 'timestamp', default => 'now()' },