Ajout champs

This commit is contained in:
Rodolphe Quiedeville 2005-06-08 13:24:57 +00:00
parent e9de75452e
commit c67fb0ecea

View File

@ -21,8 +21,10 @@
-- ========================================================================
--
create table llx_telephonie_distributeur (
rowid integer AUTO_INCREMENT PRIMARY KEY,
nom varchar(50) NOT NULL,
grille_tarif integer DEFAULT 1
rowid integer AUTO_INCREMENT PRIMARY KEY,
nom varchar(50) NOT NULL,
grille_tarif integer DEFAULT 1,
remun_pourcentage real,
remun_avance real
)type=innodb;