海南旅游SAAS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
253 B

  1. # 10:36 2021/8/11
  2. ALTER TABLE `slides`
  3. ADD INDEX `agent_id` (`agent_id`);
  4. ALTER TABLE `specials`
  5. ADD INDEX `agent_id` (`agent_id`);
  6. ALTER TABLE `suppliers`
  7. ADD UNIQUE INDEX `account` (`account`);
  8. ALTER TABLE `orders`
  9. ADD INDEX `mobile` (`mobile`);