Update llx_c_shipment_mode.sql

This commit is contained in:
ptibogxiv 2019-05-05 19:10:39 +02:00 committed by GitHub
parent 11ece56038
commit 15cff25bbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,6 +19,7 @@
create table llx_c_shipment_mode
(
rowid integer AUTO_INCREMENT PRIMARY KEY,
entity integer DEFAULT 1 NOT NULL, -- multi company id
tms timestamp,
code varchar(30) NOT NULL,
libelle varchar(50) NOT NULL,