create file
Dictionary of package type
This commit is contained in:
parent
6a55aedf59
commit
16bd837dc7
9
htdocs/install/mysql/tables/llx_c_shipment_package_type
Normal file
9
htdocs/install/mysql/tables/llx_c_shipment_package_type
Normal file
@ -0,0 +1,9 @@
|
||||
--Dictionary of package type
|
||||
create table llx_c_shipment_package_type
|
||||
(
|
||||
rowid integer AUTO_INCREMENT PRIMARY KEY,
|
||||
label varchar(50) NOT NULL, -- Short name
|
||||
description varchar(255), -- Description
|
||||
active integer DEFAULT 1 NOT NULL, -- Active or not
|
||||
entity integer DEFAULT 1 NOT NULL -- Multi company id
|
||||
)ENGINE=innodb;
|
||||
Loading…
Reference in New Issue
Block a user