Files
dolibarr/htdocs/install/mysql/tables/llx_facture_fourn_rec_extrafields.sql
Laurent Destailleur 60117bbaee Debug v16
2022-07-24 19:45:37 +02:00

7 lines
357 B
SQL

create table llx_facture_fourn_rec_extrafields
(
rowid integer AUTO_INCREMENT PRIMARY KEY,
tms timestamp DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
fk_object integer NOT NULL,
import_key varchar(14) -- import key
) ENGINE=innodb;