I\'ve nearly finished rewriting (with some new features) my Symfony (left a bit bad taste in mounth) application into Rails. There is some amount of data which I need to import from my old application
i have a rails migration: >> cat db/migrate/20091126031039_create_cards.rb class CreateCards < ActiveRecord::Migration
I have created a new table includi开发者_如何学编程ng a column \"note\". The default is varchar(255) I believe but I wish to have this column be a text area vs. a field and to allow more data. I imagi