Mise à jour
This commit is contained in:
parent
8c24166195
commit
bd3bcf20ae
@ -21,10 +21,11 @@
|
|||||||
-- ========================================================================
|
-- ========================================================================
|
||||||
--
|
--
|
||||||
create table llx_telephonie_distributeur (
|
create table llx_telephonie_distributeur (
|
||||||
rowid integer AUTO_INCREMENT PRIMARY KEY,
|
rowid integer AUTO_INCREMENT PRIMARY KEY,
|
||||||
nom varchar(50) NOT NULL,
|
nom varchar(50) NOT NULL,
|
||||||
grille_tarif integer DEFAULT 1,
|
grille_tarif integer DEFAULT 1,
|
||||||
remun_pourcentage real,
|
remun_avance real,
|
||||||
remun_avance real
|
remun_pourcent_prev real,
|
||||||
|
remun_pourcent_autr real
|
||||||
|
|
||||||
)type=innodb;
|
)type=innodb;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user