X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/10348b514ddb450a0ee23df36f7f4c4242989b3e..bcc996e65643:/SL/DB/MetaSetup/Assembly.pm?ds=inline diff --git a/SL/DB/MetaSetup/Assembly.pm b/SL/DB/MetaSetup/Assembly.pm index 87ffae6e3..47eb3cf3d 100644 --- a/SL/DB/MetaSetup/Assembly.pm +++ b/SL/DB/MetaSetup/Assembly.pm @@ -15,6 +15,7 @@ __PACKAGE__->meta->columns( itime => { type => 'timestamp', default => 'now()' }, mtime => { type => 'timestamp' }, parts_id => { type => 'integer', not_null => 1 }, + position => { type => 'integer' }, qty => { type => 'float', scale => 4 }, );