Sha256: a08e97494df97509d205a6da3a9eafc7ab481e2980b6e999a00a958d311d0b03

Contents?: true

Size: 144 Bytes

Versions: 1

Compression:

Stored size: 144 Bytes

Contents

class AddRecipienttypeToCarriage < ActiveRecord::Migration
  def change
    add_column :choo_choo_carriages, :recipient_type, :string
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
choo_choo-0.0.1 db/migrate/20140223212120_add_recipienttype_to_carriage.rb