Ajout colonne description
This commit is contained in:
parent
b7f2af3b22
commit
733f1c9a9c
@ -27,6 +27,7 @@ create table llx_groupart
|
|||||||
tms timestamp,
|
tms timestamp,
|
||||||
nom varchar(64),
|
nom varchar(64),
|
||||||
groupart enum("artiste","groupe") NOT NULL,
|
groupart enum("artiste","groupe") NOT NULL,
|
||||||
|
description text NOT NULL,
|
||||||
fk_user_author integer
|
fk_user_author integer
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user