Merge pull request #13777 from lecoqlibre/develop
FIX: add auto incrementation to llx_c_typent.sql
This commit is contained in:
commit
b3dd873656
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
create table llx_c_typent
|
create table llx_c_typent
|
||||||
(
|
(
|
||||||
id integer PRIMARY KEY,
|
id integer AUTO_INCREMENT PRIMARY KEY,
|
||||||
code varchar(12) NOT NULL,
|
code varchar(12) NOT NULL,
|
||||||
libelle varchar(64),
|
libelle varchar(64),
|
||||||
fk_country integer NULL, -- Defined only to have specific list for countries that can't use generic list (like argentina that need type A or B)
|
fk_country integer NULL, -- Defined only to have specific list for countries that can't use generic list (like argentina that need type A or B)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user