bigint but expression is of type character varying
基本信息
系统 : CentOS Linux release 7.4.1708 (Core)
产品 : OushuDB
模块 : DB
子模块 : -
描述详述
org.postgresql.util.PSQLException: ERROR: column "f_a" is of type bigint but expression is of type character varying
原因
字段是 int 类型,插入的是 character varying,不一致
解决方案
建议改成一致