Update llx_paiement.sql

This commit is contained in:
Cédric 2020-09-12 18:53:02 +02:00 committed by GitHub
parent d728d268ca
commit 1f5419c883
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,6 +22,7 @@ create table llx_paiement
(
rowid integer AUTO_INCREMENT PRIMARY KEY,
ref varchar(30) NULL, -- payment reference number
ref_ext varchar(255) NULL, -- payment external reference
entity integer DEFAULT 1 NOT NULL, -- Multi company id
datec datetime, -- date de creation
tms timestamp,