class CreateLords < ActiveRecord::Migration def change create_table :lords do |t| end end end