When I try to install the SQL Patch through ZenCart it comes back as failed, when I try to install the SQL Patch through PHPMyAdmin I get an error that says
Error
SQL query:
CREATE TABLE `delivery` ( `del_id` double NOT NULL AUTO_INCREMENT ,
`del_name` varchar( 60 ) default NULL ,
`del_date` date default '0000-00-00',
`del_status` tinyint( 1 ) default '0',
`del_delivered` date default '0000-00-00',
PRIMARY KEY ( `del_id` )
) CREATE TABLE `delivery_products` ( `del_id` double NOT NULL default '0',
`prod_id` double NOT NULL default '0',
`prod_quantity` double default '0'
)
MySQL said:
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'CREATE TABLE `delivery_products` (
`del_id` double NOT NULL default '0',
`' at line 10


Reply With Quote

