You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2022/05/24 07:34:50 UTC

[GitHub] [shardingsphere] Orangehalf opened a new issue, #17902: Column index out of range

Orangehalf opened a new issue, #17902:
URL: https://github.com/apache/shardingsphere/issues/17902

   CREATE TABLE `electronicfence` (
     `id` bigint(20) NOT NULL AUTO_INCREMENT,
     `companyId` int(11) DEFAULT '0',
     `createDate` datetime DEFAULT NULL,
     `deleted` bit(1) DEFAULT b'0',
     `owner` varchar(255) DEFAULT NULL,
     `remark` varchar(255) DEFAULT NULL,
     `areaType` varchar(255) DEFAULT NULL,
     `depId` bigint(20) NOT NULL,
     `lineWidth` int(11) NOT NULL,
     `mapType` varchar(255) DEFAULT NULL,
     `name` varchar(255) DEFAULT NULL,
     `points` text,
     `radius` double NOT NULL,
     `share` tinyint(1) NOT NULL,
     `sourceType` int(11) DEFAULT NULL COMMENT '坐标来源类型',
     `newRadius` varchar(70) DEFAULT NULL COMMENT '前端计算中心点位',
     PRIMARY KEY (`id`) USING BTREE,
     UNIQUE KEY `id` (`id`) USING BTREE,
     KEY `depId` (`depId`) USING BTREE
   ) ENGINE=InnoDB AUTO_INCREMENT=72 DEFAULT CHARSET=utf8 ROW_FORMAT=COMPACT;


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] Orangehalf commented on issue #17902: Column index out of range

Posted by GitBox <gi...@apache.org>.
Orangehalf commented on issue #17902:
URL: https://github.com/apache/shardingsphere/issues/17902#issuecomment-1135516554

   11


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] terrymanu commented on issue #17902: Column index out of range

Posted by GitBox <gi...@apache.org>.
terrymanu commented on issue #17902:
URL: https://github.com/apache/shardingsphere/issues/17902#issuecomment-1164688599

   I just set it as invalid because of the author close the issue without any reason.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] Orangehalf closed issue #17902: Column index out of range

Posted by GitBox <gi...@apache.org>.
Orangehalf closed issue #17902: Column index out of range
URL: https://github.com/apache/shardingsphere/issues/17902


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org