Augmentation de la taille du champ nom

This commit is contained in:
Rodolphe Quiedeville
2003-03-27 16:44:30 +00:00
parent eead681aba
commit 03cbc3eb09

View File

@@ -25,7 +25,7 @@ create table llx_editeur
rowid integer AUTO_INCREMENT PRIMARY KEY,
oscid integer NOT NULL,
tms timestamp,
nom varchar(32),
nom varchar(255),
fk_user_author integer
);