Revision 59b16044
Von Tamino Steinert vor etwa 1 Jahr hinzugefügt
| SL/DB/MetaSetup/Part.pm | ||
|---|---|---|
|   onhand             => { type => 'numeric', default => '0', precision => 25, scale => 5 },
 | ||
|   order_locked       => { type => 'boolean', default => 'false' },
 | ||
|   order_qty          => { type => 'numeric', default => '0', not_null => 1, precision => 15, scale => 5 },
 | ||
|   part_type          => { type => 'enum', check_in => [ 'part', 'service', 'assembly', 'assortment' ], db_type => 'part_type_enum', not_null => 1 },
 | ||
|   part_type          => { type => 'enum', check_in => [ 'part', 'service', 'assembly', 'assortment', 'parent_variant', 'variant' ], db_type => 'part_type_enum', not_null => 1 },
 | ||
|   partnumber         => { type => 'text', not_null => 1 },
 | ||
|   partsgroup_id      => { type => 'integer' },
 | ||
|   payment_id         => { type => 'integer' },
 | ||
Auch abrufbar als: Unified diff
Varianten: SQL-Scripte und ROSE-DB Dateien erstellt