Ajout champs
This commit is contained in:
parent
e9de75452e
commit
c67fb0ecea
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user