Sha256: 33f51b3facbbef7e8fa16a20abed83bfa2ed126c875b73a7a678fcc37eb66493

Contents?: true

Size: 362 Bytes

Versions: 13

Compression:

Stored size: 362 Bytes

Contents

class CreateFacts < ActiveRecord::Migration
  def change
    create_table :c80_news_tz_facts, :options => 'COLLATE=utf8_unicode_ci' do |t|
      t.string :title
      t.string :sub_title
      t.text :short
      t.text :leader_abz
      t.text :full
      t.string :keywords
      t.string :description
      t.string :slug

      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/20151213202020_create_facts.rb
c80_news_tz-0.1.1.25 db/migrate/20151213202020_create_facts.rb
c80_news_tz-0.1.1.24 db/migrate/20151213202020_create_facts.rb
c80_news_tz-0.1.1.23 db/migrate/20151213202020_create_facts.rb
c80_news_tz-0.1.1.22 db/migrate/20151213202020_create_facts.rb
c80_news_tz-0.1.1.21 db/migrate/20151213202020_create_facts.rb
c80_news_tz-0.1.1.19 db/migrate/20151213202020_create_facts.rb
c80_news_tz-0.1.1.18 db/migrate/20151213202020_create_facts.rb
c80_news_tz-0.1.1.17 db/migrate/20151213202020_create_facts.rb
c80_news_tz-0.1.1.16 db/migrate/20151213202020_create_facts.rb
c80_news_tz-0.1.1.15 db/migrate/20151213202020_create_facts.rb
c80_news_tz-0.1.1.1 db/migrate/20151213202020_create_facts.rb
c80_news_tz-0.1.1.0 db/migrate/20151213202020_create_facts.rb