Sha256: fe99d38a750ee5a24a227708019c938e3b3b1c2e08d9784b93538cc7bddae3dc
Contents?: true
Size: 263 Bytes
Versions: 40
Compression:
Stored size: 263 Bytes
Contents
class CreateC80EstateAtphotos < ActiveRecord::Migration def change create_table :c80_estate_atphotos, :options => 'COLLATE=utf8_unicode_ci' do |t| t.string :image t.references :atype, index: true t.timestamps null: false end end end
Version data entries
40 entries across 40 versions & 1 rubygems