Ajout unicité sur le numéro de compte
This commit is contained in:
parent
2d3f58a854
commit
ea526398b0
@ -27,5 +27,7 @@ create table llx_compta_compte_generaux
|
|||||||
numero varchar(50),
|
numero varchar(50),
|
||||||
intitule varchar(255),
|
intitule varchar(255),
|
||||||
fk_user_author integer,
|
fk_user_author integer,
|
||||||
note text
|
note text,
|
||||||
|
|
||||||
|
UNIQUE(numero)
|
||||||
)type=innodb;
|
)type=innodb;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user