Ajout unicit sur le numro de compte

This commit is contained in:
Rodolphe Quiedeville 2004-12-01 09:39:23 +00:00
parent 2d3f58a854
commit ea526398b0

View File

@ -27,5 +27,7 @@ create table llx_compta_compte_generaux
numero varchar(50),
intitule varchar(255),
fk_user_author integer,
note text
note text,
UNIQUE(numero)
)type=innodb;