class CreateBots < ActiveRecord::Migration def change create_table :bots do |t| t.string :botnick t.string :owner t.boolean :activate t.timestamps end end end