updated migration script
This commit is contained in:
parent
4d490ea02b
commit
89f9a871d0
@ -92,11 +92,13 @@ create table llx_categorie_contact
|
|||||||
|
|
||||||
create table llx_links
|
create table llx_links
|
||||||
(
|
(
|
||||||
id INTEGER AUTO_INCREMENT PRIMARY KEY,
|
rowid INTEGER AUTO_INCREMENT PRIMARY KEY,
|
||||||
entity INTEGER DEFAULT 1 NOT NULL, -- multi company id
|
entity INTEGER DEFAULT 1 NOT NULL, -- multi company id
|
||||||
datea DATETIME NOT NULL, -- date start
|
datea DATETIME NOT NULL, -- date start
|
||||||
url VARCHAR(255) NOT NULL, -- link url
|
url VARCHAR(255) NOT NULL, -- link url
|
||||||
label VARCHAR(255) NOT NULL -- link label
|
label VARCHAR(255) NOT NULL, -- link label
|
||||||
|
objecttype VARCHAR(255) NOT NULL, -- object type in Dolibarr
|
||||||
|
objectid INTEGER NOT NULL
|
||||||
)ENGINE=innodb;
|
)ENGINE=innodb;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user