Revision 73ec3048
Von Jan Büren vor fast 2 Jahren hinzugefügt
SL/DB/MetaSetup/ShopOrderItem.pm | ||
---|---|---|
discount => { type => 'float', precision => 4, scale => 4 },
|
||
discount_code => { type => 'text' },
|
||
id => { type => 'serial', not_null => 1 },
|
||
identitfier => { type => 'text' },
|
||
identifier => { type => 'text' },
|
||
partnumber => { type => 'text' },
|
||
position => { type => 'integer' },
|
||
price => { type => 'numeric', precision => 15, scale => 5 },
|
Auch abrufbar als: Unified diff
typo: column in shop_order_items