]> wagnertech.de Git - mfinanz.git/blobdiff - SL/DB/MetaSetup/Business.pm
MetaSetups mit RDBO >= 0.809 neu bauen
[mfinanz.git] / SL / DB / MetaSetup / Business.pm
index b522f7c87e233fab336545be713d9edfb5c6eb30..ff6e3d0831a133ce8527ef31f25c242a4f88e22e 100644 (file)
@@ -11,7 +11,7 @@ __PACKAGE__->meta->table('business');
 __PACKAGE__->meta->columns(
   customernumberinit => { type => 'text' },
   description        => { type => 'text' },
-  discount           => { type => 'float', precision => 4 },
+  discount           => { type => 'float', scale => 4 },
   id                 => { type => 'integer', not_null => 1, sequence => 'id' },
   itime              => { type => 'timestamp', default => 'now()' },
   mtime              => { type => 'timestamp' },