Update llx_adherent_type.sql
This commit is contained in:
parent
b8fce830f7
commit
01f0a6a19f
@ -30,7 +30,7 @@ create table llx_adherent_type
|
|||||||
statut smallint NOT NULL DEFAULT 0,
|
statut smallint NOT NULL DEFAULT 0,
|
||||||
libelle varchar(50) NOT NULL,
|
libelle varchar(50) NOT NULL,
|
||||||
morphy varchar(3) NOT NULL,
|
morphy varchar(3) NOT NULL,
|
||||||
duration varchar6(3) NOT NULL DEFAULT 1y,
|
duration varchar(6) NOT NULL DEFAULT '1y',
|
||||||
subscription varchar(3) NOT NULL DEFAULT 'yes',
|
subscription varchar(3) NOT NULL DEFAULT 'yes',
|
||||||
vote varchar(3) NOT NULL DEFAULT 'yes',
|
vote varchar(3) NOT NULL DEFAULT 'yes',
|
||||||
note text,
|
note text,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user