Fix: Gestion du double et gestion des ordres mysql "UNIQUE INDEX" et "INDEX"

This commit is contained in:
Laurent Destailleur
2005-03-02 23:07:46 +00:00
parent 459ffbdc46
commit 4bf603c113
21 changed files with 90 additions and 51 deletions

View File

@@ -33,5 +33,6 @@ create table llx_adherent_options
optid SERIAL PRIMARY KEY,
"tms" timestamp,
"adhid" integer NOT NULL, -- id de l'adherent auquel correspond ces attributs optionnel
"UNIQUE" INDEX(adhid)
);
CREATE INDEX idx_adhid ON llx_adherent_options (adhid);