// Manage SQL upgrade for stock management

This commit is contained in:
dSevere
2011-12-12 20:54:48 +00:00
parent 48baf36558
commit df40c34945
7 changed files with 489 additions and 4 deletions

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,