Sha256: 0e2258b12d4871af66f47168e1cc6ede57470134f535cbb26a888cc980a7e7a2

Contents?: true

Size: 219 Bytes

Versions: 22

Compression:

Stored size: 219 Bytes

Contents

class CreateSingleStiParents < ActiveRecord::Migration
  def self.up
    create_table :single_sti_parents do |t|
      t.column :name, :string
    end
  end

  def self.down
    drop_table :single_sti_parents
  end
end

Version data entries

22 entries across 22 versions & 4 rubygems

Version Path
radiant-tags-extension-1.6.10 vendor/plugins/has_many_polymorphs/test/integration/app/db/migrate/005_create_single_sti_parents.rb
johnsbrn-has_many_polymorphs-2.13.1 test/integration/app/db/migrate/005_create_single_sti_parents.rb
johnsbrn-has_many_polymorphs-2.13.3 test/integration/app/db/migrate/005_create_single_sti_parents.rb
johnsbrn-has_many_polymorphs-2.13.4 test/integration/app/db/migrate/005_create_single_sti_parents.rb
johnsbrn-has_many_polymorphs-2.13 test/integration/app/db/migrate/005_create_single_sti_parents.rb
radiant-tags-extension-1.6.9 vendor/plugins/has_many_polymorphs/test/integration/app/db/migrate/005_create_single_sti_parents.rb
radiant-tags-extension-1.6.8 vendor/plugins/has_many_polymorphs/test/integration/app/db/migrate/005_create_single_sti_parents.rb
radiant-tags-extension-1.6.7 vendor/plugins/has_many_polymorphs/test/integration/app/db/migrate/005_create_single_sti_parents.rb
radiant-tags-extension-1.6.6 vendor/plugins/has_many_polymorphs/test/integration/app/db/migrate/005_create_single_sti_parents.rb
radiant-tags-extension-1.6.5 vendor/plugins/has_many_polymorphs/test/integration/app/db/migrate/005_create_single_sti_parents.rb
radiant-tags-extension-1.6.4 vendor/plugins/has_many_polymorphs/test/integration/app/db/migrate/005_create_single_sti_parents.rb
radiant-tags-extension-1.6.3 vendor/plugins/has_many_polymorphs/test/integration/app/db/migrate/005_create_single_sti_parents.rb
radiant-tags-extension-1.6.2 vendor/plugins/has_many_polymorphs/test/integration/app/db/migrate/005_create_single_sti_parents.rb
radiant-tags-extension-1.6.1 vendor/plugins/has_many_polymorphs/test/integration/app/db/migrate/005_create_single_sti_parents.rb
radiant-tags-extension-1.6.0 vendor/plugins/has_many_polymorphs/test/integration/app/db/migrate/005_create_single_sti_parents.rb
radiant-tags-extension-1.5.1 vendor/plugins/has_many_polymorphs/test/integration/app/db/migrate/005_create_single_sti_parents.rb
has_many_polymorphs-2.12 test/integration/app/db/migrate/005_create_single_sti_parents.rb
has_many_polymorphs-2.2 test/integration/app/db/migrate/005_create_single_sti_parents.rb
has_many_polymorphs-2.13 test/integration/app/db/migrate/005_create_single_sti_parents.rb
spree-0.6.0 vendor/plugins/has_many_polymorphs/test/integration/app/db/migrate/005_create_single_sti_parents.rb