SQL
CREATE TABLE IF NOT EXISTS `koja_shops_sales` (
`shop_id` VARCHAR(50) NOT NULL,
`category_id` VARCHAR(50) NOT NULL,
`sold_count` INT DEFAULT 0,
PRIMARY KEY (`shop_id`, `category_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
Related pages
- Changing Language — Explanation of the locale configuration in the script
- Target — Target Configuration
- Adding a Shop — How to Add New Shops
- Server Exports — Exports implemented in the script
- Configuration — back to the section overview