Fix: Error creating table
This commit is contained in:
parent
d713ac10ee
commit
ff442715bf
@ -1,6 +1,6 @@
|
||||
-- ============================================================================
|
||||
-- Copyright (C) 2002-2006 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||
-- Copyright (C) 2008 Laurent Destailleur <eldy@users.sourceforge.net>
|
||||
-- Copyright (C) 2008-2009 Laurent Destailleur <eldy@users.sourceforge.net>
|
||||
--
|
||||
-- This program is free software; you can redistribute it and/or modify
|
||||
-- it under the terms of the GNU General Public License as published by
|
||||
@ -48,7 +48,7 @@ create table llx_product
|
||||
volume float DEFAULT NULL,
|
||||
volume_units tinyint DEFAULT NULL,
|
||||
stock integer, -- physical stock
|
||||
pmp double(24,8) default 0 NOT NULL;
|
||||
pmp double(24,8) default 0 NOT NULL,
|
||||
canvas varchar(15) DEFAULT '',
|
||||
finished tinyint DEFAULT NULL,
|
||||
import_key varchar(14)
|
||||
|
||||
@ -25,5 +25,5 @@ create table llx_user_param
|
||||
param varchar(64) NOT NULL,
|
||||
value varchar(255) NOT NULL,
|
||||
|
||||
UNIQUE (fk_user,page,param)
|
||||
UNIQUE (fk_user,param)
|
||||
)type=innodb;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user