Ajout colonne description
This commit is contained in:
parent
b7f2af3b22
commit
733f1c9a9c
@ -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
|
||||
);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user