Sha256: 5e4885400ffca558523f7dc59823c5ff51278a824bdb9f092bc1442ac045c407
Contents?: true
Size: 301 Bytes
Versions: 10
Compression:
Stored size: 301 Bytes
Contents
class CreateDestinations < ActiveRecord::Migration def change create_table :destinations do |t| t.string :address1 t.string :address2 t.string :city t.string :state t.string :zip t.string :phone t.integer :order_id t.timestamps end end end
Version data entries
10 entries across 10 versions & 1 rubygems