Sha256: 396c9b2be85965fe1ec288ae3b8c3401bcb29fe0ded603111797e0e3032d61e9

Contents?: true

Size: 296 Bytes

Versions: 4

Compression:

Stored size: 296 Bytes

Contents

class CreateC80RefinePriceRpProps < ActiveRecord::Migration
  def change
    create_table :c80_refine_price_rp_props, :options => 'COLLATE=utf8_unicode_ci' do |t|
      t.string :yandex_metrika_counter_id
      t.string :yandex_metrika_target_id

      t.timestamps null: false
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
c80_refine_price-0.1.0.3 db/migrate/20161122085950_create_c80_refine_price_rp_props.rb
c80_refine_price-0.1.0.2 db/migrate/20161122085950_create_c80_refine_price_rp_props.rb
c80_refine_price-0.1.0.1 db/migrate/20161122085950_create_c80_refine_price_rp_props.rb
c80_refine_price-0.1.0 db/migrate/20161122085950_create_c80_refine_price_rp_props.rb