有没有办法在ActiveRecord迁移中做到这一点?我已经尝试过没有结果.
create_table :stuff do |t| t.integer :obscure_column,:comment => "Explanatory comment" end
我使用的是Rails 3.1.