// fixing SQL #PSCFV-3366

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16650 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vChabot
2012-08-01 15:28:23 +00:00
parent 7149dacb74
commit 90a3cc6a45
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -1401,6 +1401,7 @@ CREATE TABLE IF NOT EXISTS `PREFIX_product_shop` (
`unit_price_ratio` decimal(20,6) NOT NULL DEFAULT '0.000000',
`additional_shipping_cost` decimal(20,2) NOT NULL DEFAULT '0.00',
`customizable` tinyint(2) NOT NULL DEFAULT '0',
`uploadable_files` tinyint(4) NOT NULL default '0',
`text_fields` tinyint(4) NOT NULL DEFAULT '0',
`active` tinyint(1) unsigned NOT NULL DEFAULT '0',
`available_for_order` tinyint(1) NOT NULL DEFAULT '1',