2
0
forked from Wavyzz/dolibarr
This commit is contained in:
Laurent Destailleur
2018-11-05 09:26:23 +01:00
parent 02eaaaa53e
commit 98a3af620b
2 changed files with 3 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ create table llx_c_shipment_mode
code varchar(30) NOT NULL,
libelle varchar(50) NOT NULL,
description text,
tracking varchar(255) NOT NULL,
tracking varchar(255) NULL,
active tinyint DEFAULT 0,
module varchar(32) NULL
)ENGINE=innodb;