﻿id	bigint(20) unsigned	NO	PRI
code	varchar(30)	NO	UNI
name	varchar(100)	NO	
tcx_code	varchar(50)	YES	
tpx_code	varchar(50)	YES	
hex_code	char(7)	YES	
status	enum('active','inactive')	NO	
sort_order	int(11)	NO	
created_at	timestamp	NO	
updated_at	timestamp	NO	
deleted_at	timestamp	YES	
