rename parameter to rowid
This commit is contained in:
parent
26aa0c1d7a
commit
06af0733e9
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user