Sha256: fc1eb35821a7b300b7e1b871b41c66281c2534e8e96f993d6f6f97c859e0087a

Contents?: true

Size: 216 Bytes

Versions: 3

Compression:

Stored size: 216 Bytes

Contents

class CreateCompanies < ActiveRecord::Migration
  def change
    create_table :companies do |t|
      t.string :customer_support_phone
      t.string :phone
      t.string :name

      t.timestamps
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rails_phone-1.1.1 test/dummy/db/migrate/20130403194728_create_companies.rb
rails_phone-1.1.0 test/dummy/db/migrate/20130403194728_create_companies.rb
rails_phone-1.0.0 test/dummy/db/migrate/20130403194728_create_companies.rb