forked from Wavyzz/dolibarr
add somes fields on resource
This commit is contained in:
@@ -19,9 +19,18 @@ CREATE TABLE llx_resource
|
|||||||
rowid integer AUTO_INCREMENT PRIMARY KEY,
|
rowid integer AUTO_INCREMENT PRIMARY KEY,
|
||||||
entity integer DEFAULT 1 NOT NULL,
|
entity integer DEFAULT 1 NOT NULL,
|
||||||
ref varchar(255),
|
ref varchar(255),
|
||||||
|
asset_number varchar(255),
|
||||||
description text,
|
description text,
|
||||||
fk_code_type_resource varchar(32),
|
fk_code_type_resource varchar(32),
|
||||||
|
datec datetime DEFAULT NULL,
|
||||||
|
date_valid datetime DEFAULT NULL,
|
||||||
|
fk_user_author integer DEFAULT NULL,
|
||||||
|
fk_user_modif integer DEFAULT NULL,
|
||||||
|
fk_user_valid integer DEFAULT NULL,
|
||||||
|
fk_statut smallint NOT NULL DEFAULT '0',
|
||||||
note_public text,
|
note_public text,
|
||||||
note_private text,
|
note_private text,
|
||||||
|
import_key varchar(14),
|
||||||
|
extraparams varchar(255), -- for stock other parameters with json format
|
||||||
tms timestamp
|
tms timestamp
|
||||||
)ENGINE=innodb;
|
)ENGINE=innodb;
|
||||||
Reference in New Issue
Block a user