Merge branch 'develop' of github.com:FHenry/dolibarr into develop
This commit is contained in:
commit
c2d8dde4b1
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
create table llx_c_civility
|
create table llx_c_civility
|
||||||
(
|
(
|
||||||
rowid integer PRIMARY KEY,
|
rowid integer AUTO_INCREMENT PRIMARY KEY NOT NULL
|
||||||
code varchar(6) NOT NULL,
|
code varchar(6) NOT NULL,
|
||||||
label varchar(50),
|
label varchar(50),
|
||||||
active tinyint DEFAULT 1 NOT NULL,
|
active tinyint DEFAULT 1 NOT NULL,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user