Reduce fields size
This commit is contained in:
parent
092b314c8b
commit
a1d083564b
@ -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;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user