﻿id	bigint(20) unsigned	NO	PRI
company_id	bigint(20) unsigned	NO	MUL
factory_id	bigint(20) unsigned	YES	MUL
code	varchar(30)	NO	
name	varchar(120)	NO	
warehouse_type	varchar(50)	YES	
status	enum('active','inactive')	NO	
created_at	timestamp	NO	
updated_at	timestamp	NO	
deleted_at	timestamp	YES	
