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