Nouveaux champs
This commit is contained in:
parent
e974e21385
commit
cbc6e15570
@ -20,14 +20,15 @@
|
|||||||
--
|
--
|
||||||
-- ========================================================================
|
-- ========================================================================
|
||||||
--
|
--
|
||||||
|
--
|
||||||
|
-- tlink lien vers un tarif, permets la mise à jour par exemple de tous les tarifs
|
||||||
|
-- découpés par pays.
|
||||||
|
|
||||||
create table llx_telephonie_tarif (
|
create table llx_telephonie_tarif (
|
||||||
rowid integer AUTO_INCREMENT PRIMARY KEY,
|
rowid integer AUTO_INCREMENT PRIMARY KEY,
|
||||||
libelle varchar(255),
|
libelle varchar(255),
|
||||||
libelle_facture varchar(255),
|
type enum ('INT','NAT','MOB'),
|
||||||
libelle_fournisseur varchar(255),
|
tlink integer DEFAULT 0
|
||||||
mobile tinyint,
|
|
||||||
international tinyint
|
|
||||||
|
|
||||||
UNIQUE INDEX(libelle)
|
UNIQUE INDEX(libelle)
|
||||||
)type=innodb;
|
)type=innodb;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user