PG::StringDataRightTruncation: ERROR: PostgreSQL string(255) limit | Heroku

前端 未结 3 1543
名媛妹妹
名媛妹妹 2020-12-15 21:06

I Have a Listings controller and users can add a description. If the description is long, which it should be, I receive this error in Heroku:

A         


        
3条回答
  •  余生分开走
    2020-12-15 21:33

    It would seem that specifying the column as a :text type and not a :string would fix this problem.

提交回复
热议问题