Sha256: 3ee1d88a4efb959b3ee1815ee7004d5c922b35e078e77d5e2afbc4cf4f47f790

Contents?: true

Size: 337 Bytes

Versions: 11

Compression:

Stored size: 337 Bytes

Contents

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

      t.timestamps
    end
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
c80_news-0.1.0.15 db/migrate/20151213202020_create_news_fact.rb
c80_news-0.1.0.14 db/migrate/20151213202020_create_news_fact.rb
c80_news-0.1.0.13 db/migrate/20151213202020_create_news_fact.rb
c80_news-0.1.0.12 db/migrate/20151213202020_create_news_fact.rb
c80_news-0.1.0.11 db/migrate/20151213202020_create_news_fact.rb
c80_news-0.1.0.10 db/migrate/20151213202020_create_news_fact.rb
c80_news-0.1.0.9 db/migrate/20151213202020_create_news_fact.rb
c80_news-0.1.0.8 db/migrate/20151213202020_create_news_fact.rb
c80_news-0.1.0.7 db/migrate/20151213202020_create_news_fact.rb
c80_news-0.1.0.6 db/migrate/20151213202020_create_news_fact.rb
c80_news-0.1.0.5 db/migrate/20151213202020_create_news_fact.rb