Sha256: 6f13e648f50f28e0803e3d2739eb90baa119a55e41c23c6fbb2c1b3e4b93beb3
Contents?: true
Size: 295 Bytes
Versions: 24
Compression:
Stored size: 295 Bytes
Contents
class CreateC80YaxIphotos < ActiveRecord::Migration def change create_table :c80_yax_iphotos, :options => 'COLLATE=utf8_unicode_ci' do |t| t.string :image t.references :item, index: true t.timestamps null: false end # add_foreign_key :ophotos, :offers end end
Version data entries
24 entries across 24 versions & 1 rubygems