Sha256: d962c08f0553ca51524803038b5917524f0ca192b1daf5811f29053fd7f6cc54

Contents?: true

Size: 335 Bytes

Versions: 8

Compression:

Stored size: 335 Bytes

Contents

class C80CatoffersCreateOffers < ActiveRecord::Migration
  def change
    create_table :c80_catoffers_offers, :options => 'COLLATE=utf8_unicode_ci' do |t|
      t.integer :ord
      t.string :title
      t.string :slug
      t.string :price
      t.text :short_desc
      t.text :desc

      t.timestamps null: false
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
c80_catoffers-0.1.0.8 db/migrate/201609221333_c80_catoffers_create_offers.rb
c80_catoffers-0.1.0.7 db/migrate/201609221333_c80_catoffers_create_offers.rb
c80_catoffers-0.1.0.6 db/migrate/201609221333_c80_catoffers_create_offers.rb
c80_catoffers-0.1.0.5 db/migrate/201609221333_c80_catoffers_create_offers.rb
c80_catoffers-0.1.0.4 db/migrate/201609221333_c80_catoffers_create_offers.rb
c80_catoffers-0.1.0.3 db/migrate/201609221333_c80_catoffers_create_offers.rb
c80_catoffers-0.1.0.2 db/migrate/201609221333_c80_catoffers_create_offers.rb
c80_catoffers-0.1.0.1 db/migrate/201609221333_c80_catoffers_create_offers.rb