Así que tienen una mesa comments
que se estructura como esta:PostgreSQL cuerda (255) Fecha límite - Rails, Ruby y Heroku
# == Schema Information
#
# Table name: comments
#
# id :integer not null, primary key
# body :string(255)
# notified :boolean
# user_id :integer
# stage_id :integer
# created_at :datetime
# updated_at :datetime
# client_id :integer
# author :string(255)
Este es el mensaje de error que estoy recibiendo:
ActiveRecord::StatementInvalid (PGError: ERROR: value too long for type character varying(255)
¿Cómo almaceno el texto largo en una columna PG usando Rails 3.xy Heroku?
¿Cómo sería la migración para solucionar este problema?
Gracias.
¿Está buscando algo más que: http://stackoverflow.com/questions/4103141/storing-more-than-255-characters-in-a-postgresql-db-on-heroku? –
No ... eso es exactamente lo que estaba buscando. ¡Gracias! – marcamillion