mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-15 05:51:28 +01:00
create table llx_categorie_fournisseur ( fk_categorie integer NOT NULL, fk_societe integer NOT NULL, UNIQUE (fk_categorie, fk_societe) )type=innodb; create table llx_fournisseur_categorie ( rowid integer AUTO_INCREMENT PRIMARY KEY, label varchar(255) )type=innodb;