Add tms field into table llx_document_model

This commit is contained in:
ldestailleur
2025-10-02 10:35:28 +02:00
parent af371b828f
commit da79b3bc4c
2 changed files with 3 additions and 1 deletions

View File

@@ -27,10 +27,11 @@ create table llx_document_model
entity integer DEFAULT 1 NOT NULL, -- multi company id
type varchar(64) NOT NULL,
libelle varchar(255),
tms timestamp DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
description text
)ENGINE=innodb;
--
--
-- List of codes for the field entity
--
-- 1 : first company document model