Augementation de la taille du champs nom
This commit is contained in:
parent
03cbc3eb09
commit
2f12433d10
@ -25,6 +25,6 @@ create table llx_auteur
|
|||||||
rowid integer AUTO_INCREMENT PRIMARY KEY,
|
rowid integer AUTO_INCREMENT PRIMARY KEY,
|
||||||
oscid integer NOT NULL,
|
oscid integer NOT NULL,
|
||||||
tms timestamp,
|
tms timestamp,
|
||||||
nom varchar(32),
|
nom varchar(255),
|
||||||
fk_user_author integer
|
fk_user_author integer
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user