Sha256: a6b10b39e6949faef1baabd38eb446596a2fc93ff3b7b4b2ccd65701eedb5d1f

Contents?: true

Size: 248 Bytes

Versions: 7

Compression:

Stored size: 248 Bytes

Contents

class CreateBphotos < ActiveRecord::Migration
  def change
    create_table :c80_news_tz_r_bphotos, :options => 'COLLATE=utf8_unicode_ci' do |t|
      t.string :image
      t.references :r_blurb, :index => true

      t.timestamps
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
c80_news_tz-0.1.1.26 db/migrate/20160309154848_create_bphotos.rb
c80_news_tz-0.1.1.25 db/migrate/20160309154848_create_bphotos.rb
c80_news_tz-0.1.1.24 db/migrate/20160309154848_create_bphotos.rb
c80_news_tz-0.1.1.23 db/migrate/20160309154848_create_bphotos.rb
c80_news_tz-0.1.1.22 db/migrate/20160309154848_create_bphotos.rb
c80_news_tz-0.1.1.21 db/migrate/20160309154848_create_bphotos.rb
c80_news_tz-0.1.1.19 db/migrate/20160309154848_create_bphotos.rb