cat_id	int	5	not_null?primary_key?unsigned?auto_increment
cat_name	string	100	not_null
cat_description	blob	65535	not_null?blob
cat_sorting	string	50	not_null
cat_access	int	3	not_null?unsigned
