Sha256: b8794c1286738525ac8724f733db3f9dc49bbef979d82ed5ef6016210df507c6

Contents?: true

Size: 245 Bytes

Versions: 13

Compression:

Stored size: 245 Bytes

Contents

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

      t.timestamps
    end
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
c80_news_tz-0.1.1.26 db/migrate/20160227121416_create_nphotos.rb
c80_news_tz-0.1.1.25 db/migrate/20160227121416_create_nphotos.rb
c80_news_tz-0.1.1.24 db/migrate/20160227121416_create_nphotos.rb
c80_news_tz-0.1.1.23 db/migrate/20160227121416_create_nphotos.rb
c80_news_tz-0.1.1.22 db/migrate/20160227121416_create_nphotos.rb
c80_news_tz-0.1.1.21 db/migrate/20160227121416_create_nphotos.rb
c80_news_tz-0.1.1.19 db/migrate/20160227121416_create_nphotos.rb
c80_news_tz-0.1.1.18 db/migrate/20160227121416_create_nphotos.rb
c80_news_tz-0.1.1.17 db/migrate/20160227121416_create_nphotos.rb
c80_news_tz-0.1.1.16 db/migrate/20160227121416_create_nphotos.rb
c80_news_tz-0.1.1.15 db/migrate/20160227121416_create_nphotos.rb
c80_news_tz-0.1.1.1 db/migrate/20160227121416_create_nphotos.rb
c80_news_tz-0.1.1.0 db/migrate/20160227121416_create_nphotos.rb