2
0
forked from Wavyzz/dolibarr

Rename field to avoid conflict.

This commit is contained in:
Laurent Destailleur (aka Eldy)
2025-01-05 13:53:16 +01:00
parent 9236a9899f
commit 25a033c64e
2 changed files with 25 additions and 17 deletions

View File

@@ -28,17 +28,17 @@ create table llx_fichinter
ref_client varchar(255), -- customer intervention number
entity integer DEFAULT 1 NOT NULL, -- multi company id
tms timestamp DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
datec datetime, -- date de creation
date_valid datetime, -- date de validation
datei date, -- date de livraison du bon d'intervention
datec datetime, -- date of creation
date_valid datetime, -- date of validation
datei date, -- date of delivery of the intervention receipt
fk_user_author integer, -- user making creation
fk_user_modif integer, -- user making last change
fk_user_valid integer, -- user validating record
fk_statut smallint DEFAULT 0,
dateo date, -- date de début d'intervention
datee date, -- date de fin d'intervention
datet date, -- date de terminaison de l'intervention
duree real, -- duree totale de l'intervention
dateo date, -- date start intervention
datee date, -- date end intervention (diff with datet ?)
datet date, -- date end intervention (diff with datee ?)
duree real, -- duration total of intervention
description text,
signed_status smallint DEFAULT NULL, -- signed status NULL, 0 or 1