update thelia.sql

This commit is contained in:
Manuel Raynaud
2013-05-15 16:50:52 +02:00
parent 079168c0f2
commit 664a28f042

View File

@@ -40,7 +40,7 @@ CREATE TABLE `product`
`ecotax` FLOAT,
`newness` TINYINT DEFAULT 0,
`promo` TINYINT DEFAULT 0,
`stock` INTEGER DEFAULT 0,
`quantity` INTEGER DEFAULT 0,
`visible` TINYINT DEFAULT 0 NOT NULL,
`weight` FLOAT,
`position` INTEGER NOT NULL,
@@ -1748,7 +1748,7 @@ CREATE TABLE `product_version`
`ecotax` FLOAT,
`newness` TINYINT DEFAULT 0,
`promo` TINYINT DEFAULT 0,
`stock` INTEGER DEFAULT 0,
`quantity` INTEGER DEFAULT 0,
`visible` TINYINT DEFAULT 0 NOT NULL,
`weight` FLOAT,
`position` INTEGER NOT NULL,