Sha256: ef70c6852aed97ed7ab8bc7f0ee51263ed853170e0588a89f2f1d550b4fe3363

Contents?: true

Size: 206 Bytes

Versions: 5

Compression:

Stored size: 206 Bytes

Contents

class C80CatoffersCreateCsprops < ActiveRecord::Migration
  def change
    create_table :c80_catoffers_csprops, :options => 'COLLATE=utf8_unicode_ci' do |t|
      t.timestamps null: false
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
c80_catoffers-0.1.0.8 db/migrate/20161107115555_c80_catoffers_create_csprops.rb
c80_catoffers-0.1.0.7 db/migrate/20161107115555_c80_catoffers_create_csprops.rb
c80_catoffers-0.1.0.6 db/migrate/20161107115555_c80_catoffers_create_csprops.rb
c80_catoffers-0.1.0.5 db/migrate/20161107115555_c80_catoffers_create_csprops.rb
c80_catoffers-0.1.0.4 db/migrate/20161107115555_c80_catoffers_create_csprops.rb