Reduce fields size
This commit is contained in:
parent
092b314c8b
commit
a1d083564b
@ -25,9 +25,9 @@
|
||||
|
||||
create table llx_telephonie_fournisseur_consol (
|
||||
rowid integer AUTO_INCREMENT PRIMARY KEY,
|
||||
nom varchar(255),
|
||||
mois varchar(255),
|
||||
montant real
|
||||
nom char(3),
|
||||
mois char(4),
|
||||
montant integer
|
||||
|
||||
)type=MyISAM;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user