forked from Wavyzz/dolibarr
NEW Keep a link between user created from recruitment and application
This commit is contained in:
@@ -27,6 +27,7 @@ CREATE TABLE llx_recruitment_recruitmentcandidature(
|
||||
tms timestamp DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
|
||||
fk_user_creat integer NOT NULL,
|
||||
fk_user_modif integer,
|
||||
fk_user integer, -- Id of user created from the job application
|
||||
import_key varchar(14),
|
||||
model_pdf varchar(255),
|
||||
status smallint NOT NULL,
|
||||
|
||||
Reference in New Issue
Block a user