Ajout champ fk_product
This commit is contained in:
parent
80b26d6333
commit
4f9f3e9a6b
@ -23,6 +23,7 @@
|
|||||||
create table llx_telephonie_adsl_type (
|
create table llx_telephonie_adsl_type (
|
||||||
rowid integer AUTO_INCREMENT PRIMARY KEY,
|
rowid integer AUTO_INCREMENT PRIMARY KEY,
|
||||||
intitule varchar(255),
|
intitule varchar(255),
|
||||||
commande_active smallint DEFAULT 1
|
commande_active smallint DEFAULT 1,
|
||||||
|
fk_product integer
|
||||||
|
|
||||||
)type=innodb;
|
)type=innodb;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user