[sql] Merchant tabale

Viewer

copydownloadembedprintName: Merchant tabale
  1. CREATE TABLE `merchants_table:` (
  2.         `merchant` INT,
  3.         `merchant_created_at` INT,
  4.         `merchant_name` TEXT,
  5.         `type` TEXT,
  6.         KEY `123` (`merchant`) USING BTREE,
  7. KEY `234` (`merchant`) USING BTREE,
  8. KEY `345` (`merchant`) USING BTREE,
  9. KEY `456` (`merchant`) USING BTREE,
  10. KEY `2019-07-05 02:45:21` (`merchant_created_at`) USING BTREE,
  11. KEY `2019-07-05 14:02:00` (`merchant_created_at`) USING BTREE,
  12. KEY `2019-07-05 05:11:43` (`merchant_created_at`) USING BTREE,
  13. KEY `2019-07-05 08:55:58` (`merchant_created_at`) USING BTREE,
  14. KEY `mucci` (`merchant_name`) USING BTREE,
  15. KEY `vrada` (`merchant_name`) USING BTREE,
  16. KEY `air_atlantis` (`merchant_name`) USING BTREE,
  17. KEY `acme` (`merchant_name`) USING BTREE,
  18. KEY `pre_auth` (`type`) USING BTREE,
  19. KEY `post_auth` (`type`) USING BTREE,
  20. KEY `post_auth` (`type`) USING BTREE,
  21. KEY `pre_auth` (`type`) USING BTREE
  22. );

Editor

You can edit this paste and save as new:


File Description
  • Merchant tabale
  • Paste Code
  • 14 Jun-2021
  • 863 Bytes
You can Share it: