// cleaning code (norm / perf)
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8837 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -1204,7 +1204,7 @@ CREATE TABLE `PREFIX_product` (
|
||||
`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',
|
||||
`available_date` datetime NOT NULL,
|
||||
`available_date` date NOT NULL,
|
||||
`condition` ENUM('new', 'used', 'refurbished') NOT NULL DEFAULT 'new',
|
||||
`show_price` tinyint(1) NOT NULL default '1',
|
||||
`indexed` tinyint(1) NOT NULL default '0',
|
||||
@@ -1236,7 +1236,7 @@ CREATE TABLE `PREFIX_product_attribute` (
|
||||
`unit_price_impact` decimal(17,2) NOT NULL default '0.00',
|
||||
`default_on` tinyint(1) unsigned NOT NULL default '0',
|
||||
`minimal_quantity` int(10) unsigned NOT NULL DEFAULT '1',
|
||||
`available_date` datetime NOT NULL,
|
||||
`available_date` date NOT NULL,
|
||||
PRIMARY KEY (`id_product_attribute`),
|
||||
KEY `product_attribute_product` (`id_product`),
|
||||
KEY `reference` (`reference`),
|
||||
|
||||
Reference in New Issue
Block a user