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