add entity

This commit is contained in:
Frédéric FRANCE 2019-09-12 21:17:52 +02:00
parent 6f33874d75
commit bed959bb38
No known key found for this signature in database
GPG Key ID: 06809324E4B2ABC1
2 changed files with 9 additions and 8 deletions

View File

@ -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,