Reduce fields size

This commit is contained in:
Rodolphe Quiedeville 2006-05-18 08:55:42 +00:00
parent 092b314c8b
commit a1d083564b

View File

@ -25,9 +25,9 @@
create table llx_telephonie_fournisseur_consol ( create table llx_telephonie_fournisseur_consol (
rowid integer AUTO_INCREMENT PRIMARY KEY, rowid integer AUTO_INCREMENT PRIMARY KEY,
nom varchar(255), nom char(3),
mois varchar(255), mois char(4),
montant real montant integer
)type=MyISAM; )type=MyISAM;