Sha256: d4585c337f4fbd96e609661a1bad0d0c32f1900d487eaeb948b1f3893a09ad67

Contents?: true

Size: 247 Bytes

Versions: 13

Compression:

Stored size: 247 Bytes

Contents

class CreatePdfs < ActiveRecord::Migration
  def change
    create_table :c80_news_tz_pdfs, :options => 'COLLATE=utf8_unicode_ci' do |t|
      t.string :file
      t.references :issue, index: true

      t.timestamps null: false
    end

  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

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