Set unique key index unique in db (Conform to SQL standard) and needed

for migration to other SGBD with key.sql file
This commit is contained in:
fhenry
2012-11-04 15:55:12 +01:00
parent be79c06c72
commit 1f41547dc2
18 changed files with 174 additions and 25 deletions

View File

@@ -23,7 +23,6 @@ create table llx_c_effectif
code varchar(12) NOT NULL,
libelle varchar(30),
active tinyint DEFAULT 1 NOT NULL,
module varchar(32) NULL,
UNIQUE KEY uk_c_effectif (code)
module varchar(32) NULL
)ENGINE=innodb;