20151117000001_update3_chat.rb 133 B

12345
  1. class Update3Chat < ActiveRecord::Migration
  2. def up
  3. add_column :chats, :preferences, :string, limit: 5000, null: true
  4. end
  5. end