Ajout champ fk_product

This commit is contained in:
Rodolphe Quiedeville 2006-02-08 11:17:20 +00:00
parent 80b26d6333
commit 4f9f3e9a6b

View File

@ -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;