Ajout champs by default

This commit is contained in:
Rodolphe Quiedeville 2003-08-05 16:13:25 +00:00
parent d5fc885048
commit 2b2fce189d

View File

@ -25,6 +25,7 @@ create table llx_rights_def
id integer PRIMARY KEY,
libelle varchar(255),
module varchar(12),
type enum('r','w','m','d','a')
type enum('r','w','m','d','a'),
bydefault tinyint default 0
);