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