Sha256: 2f4ba183ebe6b26abec97a94c7022be78a4ac8a366b3c469706ea57836aeaa15

Contents?: true

Size: 248 Bytes

Versions: 3

Compression:

Stored size: 248 Bytes

Contents

class CreateC80CatoffersPrices < ActiveRecord::Migration
  def change
    create_table :c80_catoffers_prices, :options => 'COLLATE=utf8_unicode_ci' do |t|
      t.string :title
      t.string :file

      t.timestamps null: false
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
c80_catoffers-0.1.0.8 db/migrate/20161213211414_create_c80_catoffers_prices.rb
c80_catoffers-0.1.0.7 db/migrate/20161213211414_create_c80_catoffers_prices.rb
c80_catoffers-0.1.0.6 db/migrate/20161213211414_create_c80_catoffers_prices.rb