Ajout champs editeur

This commit is contained in:
Rodolphe Quiedeville 2003-03-11 20:23:02 +00:00
parent 39c9077135
commit 58cd363187

View File

@ -32,6 +32,7 @@ create table llx_livre
annee smallint(64),
description text,
prix decimal(15,4),
fk_editeur integer,
fk_user_author integer
);