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