// Manage SQL upgrade for stock management

This commit is contained in:
dSevere
2011-12-12 20:54:48 +00:00
parent 1c39ab4685
commit 568fca377c
7 changed files with 489 additions and 4 deletions
+1 -1
View File
@@ -1615,7 +1615,7 @@ CREATE TABLE `PREFIX_subdomain` (
CREATE TABLE `PREFIX_supplier` (
`id_supplier` int(10) unsigned NOT NULL auto_increment,
`id_address` int(10) unsigned NOT NULL,
`id_address` int(10) unsigned NOT NULL default 0,
`name` varchar(64) NOT NULL,
`date_add` datetime NOT NULL,
`date_upd` datetime NOT NULL,