Sha256: 5946402a1199008284857eb60179b0772fc27b8efe3f92eec120c3c00f16793b

Contents?: true

Size: 220 Bytes

Versions: 19

Compression:

Stored size: 220 Bytes

Contents

class CreateProfiles < ActiveRecord::Migration
  def change
    create_table :profiles do |t|
      t.references :profileable, polymorphic: true, index: true
      t.string :content

      t.timestamps
    end
  end
end

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
poly_belongs_to-1.0.0 test/dummy/db/migrate/20150216092338_create_profiles.rb
poly_belongs_to-0.3.0 test/dummy/db/migrate/20150216092338_create_profiles.rb
poly_belongs_to-0.2.9 test/dummy/db/migrate/20150216092338_create_profiles.rb
poly_belongs_to-0.2.8 test/dummy/db/migrate/20150216092338_create_profiles.rb
poly_belongs_to-0.2.7 test/dummy/db/migrate/20150216092338_create_profiles.rb
poly_belongs_to-0.2.6 test/dummy/db/migrate/20150216092338_create_profiles.rb
poly_belongs_to-0.2.5 test/dummy/db/migrate/20150216092338_create_profiles.rb
poly_belongs_to-0.2.4 test/dummy/db/migrate/20150216092338_create_profiles.rb
poly_belongs_to-0.2.3 test/dummy/db/migrate/20150216092338_create_profiles.rb
poly_belongs_to-0.2.2 test/dummy/db/migrate/20150216092338_create_profiles.rb
poly_belongs_to-0.2.1 test/dummy/db/migrate/20150216092338_create_profiles.rb
poly_belongs_to-0.2.0 test/dummy/db/migrate/20150216092338_create_profiles.rb
poly_belongs_to-0.1.10 test/dummy/db/migrate/20150216092338_create_profiles.rb
poly_belongs_to-0.1.9 test/dummy/db/migrate/20150216092338_create_profiles.rb
poly_belongs_to-0.1.8 test/dummy/db/migrate/20150216092338_create_profiles.rb
poly_belongs_to-0.1.7 test/dummy/db/migrate/20150216092338_create_profiles.rb
poly_belongs_to-0.1.6 test/dummy/db/migrate/20150216092338_create_profiles.rb
poly_belongs_to-0.1.5 test/dummy/db/migrate/20150216092338_create_profiles.rb
poly_belongs_to-0.1.4 test/dummy/db/migrate/20150216092338_create_profiles.rb