This commit is contained in:
parent
fa90132934
commit
e1c1d1a556
|
@ -30434,6 +30434,7 @@ CREATE TABLE `item` (
|
|||
`editorFk` int(10) unsigned DEFAULT NULL,
|
||||
`recycledPlastic` int(11) DEFAULT NULL,
|
||||
`nonRecycledPlastic` int(11) DEFAULT NULL,
|
||||
`minQuantity` int(10) unsigned DEFAULT NULL COMMENT 'Cantidad mínima para una línea de venta',
|
||||
PRIMARY KEY (`id`),
|
||||
UNIQUE KEY `item_supplyResponseFk_idx` (`supplyResponseFk`),
|
||||
KEY `Color` (`inkFk`),
|
||||
|
|
Loading…
Reference in New Issue