Sha256: b9b9f3c9c4dab2d5929859c64d92f718dd7a7554b79de41b36b8e35c4dc1de0c
Contents?: true
Size: 255 Bytes
Versions: 8
Compression:
Stored size: 255 Bytes
Contents
class C80CatoffersCreateOphotos < ActiveRecord::Migration def change create_table :c80_catoffers_ophotos, :options => 'COLLATE=utf8_unicode_ci' do |t| t.string :image t.references :offer t.timestamps null: false end end end
Version data entries
8 entries across 8 versions & 1 rubygems