Ajout colonne description

This commit is contained in:
bouba 2003-11-20 21:24:07 +00:00
parent b7f2af3b22
commit 733f1c9a9c

View File

@ -27,6 +27,7 @@ create table llx_groupart
tms timestamp,
nom varchar(64),
groupart enum("artiste","groupe") NOT NULL,
description text NOT NULL,
fk_user_author integer
);