📜Installation
Installing CB-Businesses is quick and easy—just follow our included step-by-step guide to get started in no time!
Database
CREATE TABLE IF NOT EXISTS `business_uniforms` (
`business` varchar(50) NOT NULL,
`outfit` longtext NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
Last updated