class AddLocationCodeToSignatures < ActiveRecord::Migration IrresponsibleModule AddLocationCodeToSignatures has no descriptive comment def change add_column :signatures, :location_code, :string, limit: 30 end end