add entity
This commit is contained in:
parent
6f33874d75
commit
bed959bb38
@ -18,6 +18,7 @@
|
|||||||
create table llx_c_socialnetworks
|
create table llx_c_socialnetworks
|
||||||
(
|
(
|
||||||
rowid integer AUTO_INCREMENT PRIMARY KEY,
|
rowid integer AUTO_INCREMENT PRIMARY KEY,
|
||||||
|
entity integer DEFAULT 1 NOT NULL,
|
||||||
code varchar(100),
|
code varchar(100),
|
||||||
label varchar(150),
|
label varchar(150),
|
||||||
url text,
|
url text,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user