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

Ajout champ fk_product

parent 80b26d63
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,7 @@
create table llx_telephonie_adsl_type (
rowid integer AUTO_INCREMENT PRIMARY KEY,
intitule varchar(255),
commande_active smallint DEFAULT 1
commande_active smallint DEFAULT 1,
fk_product integer
)type=innodb;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment