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