叶君翔 пре 3 година
родитељ
комит
59bcc6c4ec
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      doc/open_api.sql

+ 1 - 1
doc/open_api.sql

@@ -1,6 +1,6 @@
 -- 开放平台门店屏蔽运力表
 CREATE TABLE `lb_shop_delivery_disable` (
-  `id` int(11) NOT NULL AUTO_INCREMENT,
+  `id` bigint(20) NOT NULL AUTO_INCREMENT,
   `shop_id` int(45) NOT NULL,
   `app_id` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
   `delivery_type` int(5) NOT NULL COMMENT '运力',