Sha256: 26f54229b24f066be1c1c984fdb3807a3965c30af4890b6b4202b8a93d01e1a5

Contents?: true

Size: 330 Bytes

Versions: 5

Compression:

Stored size: 330 Bytes

Contents

class CreateC80CatoffersCsamples < ActiveRecord::Migration
  def change
    create_table :c80_catoffers_csamples, :options => 'COLLATE=utf8_unicode_ci' do |t|
      t.string :title
      t.string :sub_title
      t.string :csphoto
      t.integer :ord
      t.integer :summ_price

      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/20161106154221_create_c80_catoffers_csamples.rb
c80_catoffers-0.1.0.7 db/migrate/20161106154221_create_c80_catoffers_csamples.rb
c80_catoffers-0.1.0.6 db/migrate/20161106154221_create_c80_catoffers_csamples.rb
c80_catoffers-0.1.0.5 db/migrate/20161106154221_create_c80_catoffers_csamples.rb
c80_catoffers-0.1.0.4 db/migrate/20161106154221_create_c80_catoffers_csamples.rb