Modif type de la table

This commit is contained in:
Rodolphe Quiedeville 2006-05-17 14:34:47 +00:00
parent 2cbfe3c40a
commit 3fbf198c70

View File

@ -54,5 +54,5 @@ create table llx_telephonie_facture_consol (
distri varchar(255),
repre_ib varchar(255)
)type=innodb;
)type=MyISAM;