Sha256: adaecf886e8943dd6892db135db93604e1a460f173e639652fe29f9a15dc2679

Contents?: true

Size: 185 Bytes

Versions: 22

Compression:

Stored size: 185 Bytes

Contents

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

  def self.down
    drop_table :sticks
  end
end

Version data entries

22 entries across 22 versions & 4 rubygems

Version Path
spree-0.7.0 vendor/plugins/has_many_polymorphs/test/integration/app/db/migrate/001_create_sticks.rb
spree-0.7.1 vendor/plugins/has_many_polymorphs/test/integration/app/db/migrate/001_create_sticks.rb