Ajout champs num_client
This commit is contained in:
parent
f482344841
commit
2a43646266
@ -23,7 +23,9 @@
|
|||||||
create table llx_telephonie_fournisseur (
|
create table llx_telephonie_fournisseur (
|
||||||
rowid integer AUTO_INCREMENT PRIMARY KEY,
|
rowid integer AUTO_INCREMENT PRIMARY KEY,
|
||||||
nom varchar(255),
|
nom varchar(255),
|
||||||
|
num_client varchar(255),
|
||||||
email_commande varchar(255),
|
email_commande varchar(255),
|
||||||
|
|
||||||
commande_active tinyint default 0,
|
commande_active tinyint default 0,
|
||||||
class_commande varchar(25) -- nom de la classe utilisée pour la commande
|
class_commande varchar(25) -- nom de la classe utilisée pour la commande
|
||||||
)type=innodb;
|
)type=innodb;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user