Revision ea8bf973
Von Kivitendo Admin vor etwa 8 Jahren hinzugefügt
SL/DB/MetaSetup/Assembly.pm | ||
---|---|---|
itime => { type => 'timestamp', default => 'now()' },
|
||
mtime => { type => 'timestamp' },
|
||
parts_id => { type => 'integer', not_null => 1 },
|
||
position => { type => 'integer' },
|
||
qty => { type => 'float', scale => 4 },
|
||
);
|
||
|
Auch abrufbar als: Unified diff
Tabelle assembly bekommt eine Positionsspalte
bisher wurde nach oid sortiert.