Code Monkey home page Code Monkey logo

Comments (4)

jilieryuyi avatar jilieryuyi commented on June 2, 2024

贴一下对应的数据库类型,我试试

from wing-binlog-go.

mia0x75 avatar mia0x75 commented on June 2, 2024

也没有看出来特别。

MariaDB 10.2.10 w/ CentOS 7.4

DESC tb_lb_lpmessage;
+---------------+---------------+------+-----+---------+----------------+
| Field         | Type          | Null | Key | Default | Extra          |
+---------------+---------------+------+-----+---------+----------------+
| ID            | int(22)       | NO   | PRI | NULL    | auto_increment |
| LPAMT         | decimal(15,2) | YES  |     | NULL    |                |
| LPYY          | varchar(1024) | YES  |     | NULL    |                |
| APPLYID       | int(22)       | YES  | MUL | NULL    |                |
| LPDATE        | datetime      | YES  |     | NULL    |                |
| ISCAROWNER    | varchar(50)   | YES  |     | NULL    |                |
| INFORMANTNAME | varchar(50)   | YES  |     | NULL    |                |
+---------------+---------------+------+-----+---------+----------------+
7 rows in set (0.00 sec)


SHOW CREATE TABLE tb_lb_lpmessage;
+-----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Table           | Create Table                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
+-----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| tb_lb_lpmessage | CREATE TABLE `tb_lb_lpmessage` (
  `ID` int(22) NOT NULL AUTO_INCREMENT,
  `LPAMT` decimal(15,2) DEFAULT NULL,
  `LPYY` varchar(1024) DEFAULT NULL,
  `APPLYID` int(22) DEFAULT NULL,
  `LPDATE` datetime DEFAULT NULL,
  `ISCAROWNER` varchar(50) DEFAULT NULL COMMENT '???????(???)',
  `INFORMANTNAME` varchar(50) DEFAULT NULL COMMENT '?????',
  PRIMARY KEY (`ID`),
  KEY `IDX_lpapplyid` (`APPLYID`)
) ENGINE=InnoDB AUTO_INCREMENT=1056591 DEFAULT CHARSET=utf8 `PAGE_COMPRESSED`='ON' |
+-----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+

from wing-binlog-go.

jilieryuyi avatar jilieryuyi commented on June 2, 2024

binlog不支持的类型-数据库的字段为null会报这个类型的错误。如果值显示为--unkonw type--才是真正的错误,这块已经做了报错调整优化

from wing-binlog-go.

mia0x75 avatar mia0x75 commented on June 2, 2024

用issue #18跟踪,这个关了。

from wing-binlog-go.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.