Sha256: 41515fbcd9e57a7d3fb11aaaea18e0d1de7ee4c12976e5ff75b3ae412d934f0f
Contents?: true
Size: 236 Bytes
Versions: 1
Compression:
Stored size: 236 Bytes
Contents
class CreateChooChooCarriages < ActiveRecord::Migration def change create_table :choo_choo_carriages do |t| t.string :excerpt t.string :activity_type t.integer :recipient_id t.timestamps end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
choo_choo-0.0.1 | db/migrate/20140221100201_create_choo_choo_carriages.rb |