Fix: Ajout contrainte unique sur identifiant entrepot
This commit is contained in:
parent
2118f094f7
commit
752fc90231
@ -26,7 +26,7 @@ create table llx_entrepot
|
|||||||
rowid integer AUTO_INCREMENT PRIMARY KEY,
|
rowid integer AUTO_INCREMENT PRIMARY KEY,
|
||||||
datec datetime,
|
datec datetime,
|
||||||
tms timestamp,
|
tms timestamp,
|
||||||
label varchar(255) NOT NULL,
|
label varchar(255) UNIQUE NOT NULL,
|
||||||
description text,
|
description text,
|
||||||
lieu varchar(64), -- résumé lieu situation
|
lieu varchar(64), -- résumé lieu situation
|
||||||
address varchar(255),
|
address varchar(255),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user