Ajout grille tarif
This commit is contained in:
parent
9c4ca724c9
commit
1d9ee6c9df
@ -22,6 +22,7 @@
|
|||||||
--
|
--
|
||||||
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
|
||||||
|
|
||||||
)type=innodb;
|
)type=innodb;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user