20121231170705_add_memory_to_agents.rb 117 B

12345
  1. class AddMemoryToAgents < ActiveRecord::Migration[4.2]
  2. def change
  3. add_column :agents, :memory, :text
  4. end
  5. end