我正在尝试使用heroku部署我的rails应用程序。我运行了heroku run rake db:migrate,它工作得很好。然后我尝试运行heroku run rake db:seed,得到了这个错误:value too long for type character varying(255)。我看了一下我的代码,我非常确定所有的字符串属性都少于255个字符。如何查看哪个属性给了我错误?PGError: ERROR: valu
我收到了几个错误,但现在错误仅限于: org.postgresql.util.PSQLException: ERROR: value too long for type character varying(255) 以下是我的POJO: @Entity @GeneratedValue="parentEvent__id")
private ParentEvent pare