Augementation de la taille du champs nom

This commit is contained in:
Rodolphe Quiedeville 2003-03-27 16:45:25 +00:00
parent 03cbc3eb09
commit 2f12433d10

View File

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