Sha256: 55047399762556b5253484c37d19314f76c567b78b4cee04e9f20911dafdefc6

Contents?: true

Size: 502 Bytes

Versions: 1

Compression:

Stored size: 502 Bytes

Contents

# This migration comes from fe_engine (originally 20140624180246)
class CreateFeAddresses < ActiveRecord::Migration
  def change
    create_table :fe_addresses do |t|
      t.datetime :startdate
      t.datetime :enddate
      t.string :address1
      t.string :address2
      t.string :address3
      t.string :address4
      t.string :address_type
      t.string :city
      t.string :state
      t.string :zip
      t.string :country
      t.integer :person_id

      t.timestamps
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fe-1.0.0 spec/dummy/db/migrate/20141203214025_create_fe_addresses.fe_engine.rb