Skip to content
Snippets Groups Projects
Commit 4f9f3e9a authored by Rodolphe Quiedeville's avatar Rodolphe Quiedeville
Browse files

Ajout champ fk_product

parent 80b26d63
Branches
Tags
No related merge requests found
...@@ -23,6 +23,7 @@ ...@@ -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;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment