Fix: Ajout contrainte unique sur identifiant entrepot

This commit is contained in:
Laurent Destailleur 2005-04-16 15:34:09 +00:00
parent 2118f094f7
commit 752fc90231

View File

@ -26,7 +26,7 @@ create table llx_entrepot
rowid integer AUTO_INCREMENT PRIMARY KEY,
datec datetime,
tms timestamp,
label varchar(255) NOT NULL,
label varchar(255) UNIQUE NOT NULL,
description text,
lieu varchar(64), -- résumé lieu situation
address varchar(255),