Ajout champs by default
This commit is contained in:
parent
d5fc885048
commit
2b2fce189d
@ -25,6 +25,7 @@ create table llx_rights_def
|
|||||||
id integer PRIMARY KEY,
|
id integer PRIMARY KEY,
|
||||||
libelle varchar(255),
|
libelle varchar(255),
|
||||||
module varchar(12),
|
module varchar(12),
|
||||||
type enum('r','w','m','d','a')
|
type enum('r','w','m','d','a'),
|
||||||
|
bydefault tinyint default 0
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user