Sha256: 49a252acf58e77c39a14e1706a31ac711fa431b351e2861ee917e27c155c1f54

Contents?: true

Size: 313 Bytes

Versions: 7

Compression:

Stored size: 313 Bytes

Contents

class CreateBlurbs < ActiveRecord::Migration
  def change
    create_table :c80_news_tz_r_blurbs, :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 :slug

      t.timestamps
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
c80_news_tz-0.1.1.26 db/migrate/20160309145050_create_blurbs.rb
c80_news_tz-0.1.1.25 db/migrate/20160309145050_create_blurbs.rb
c80_news_tz-0.1.1.24 db/migrate/20160309145050_create_blurbs.rb
c80_news_tz-0.1.1.23 db/migrate/20160309145050_create_blurbs.rb
c80_news_tz-0.1.1.22 db/migrate/20160309145050_create_blurbs.rb
c80_news_tz-0.1.1.21 db/migrate/20160309145050_create_blurbs.rb
c80_news_tz-0.1.1.19 db/migrate/20160309145050_create_blurbs.rb