0
点赞
收藏
分享

微信扫一扫

React工作52:字段太长


### Error updating database. Cause: org.postgresql.util.PSQLException: ERROR: value too long for type character varying(64) ### The error may exist in com/yoao/cloud/advertisement/persistence/mapper/StartPageDao.java (best guess) ### The error may involve com.yoao.cloud.advertisement.persistence.mapper.StartPageDao.insert-Inline ### The error occurred while setting parameters ### SQL: INSERT INTO t_cms_start_page ( code, page_img, name, platform, link_type, start_time, end_time, status, sort_no, create_by, gmt_create, gmt_modified, is_delete ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? ) ### Cause: org.postgresql.util.PSQLException: ERROR: value too long for type character varying(64) ; ERROR: value too long for type character varying(64); nested exception is org.postgresql.util.PSQLException: ERROR: value too long for type character varying(64)

 

举报

相关推荐

0 条评论