Sha256: 67b7b5b00c096b4472e5c042da296f03e2c28a74987b7bead94c60069ab5958a

Contents?: true

Size: 500 Bytes

Versions: 8

Compression:

Stored size: 500 Bytes

Contents

class CreateNewsProps < ActiveRecord::Migration
  def change
    create_table :c80_news_props, :options => 'COLLATE=utf8_unicode_ci' do |t|
      t.integer :per_page
      t.integer :per_widget
      t.integer :thumb_preview_width
      t.integer :thumb_preview_height
      t.integer :thumb_sm_width
      t.integer :thumb_sm_height
      t.integer :thumb_md_width
      t.integer :thumb_md_height
      t.integer :thumb_lg_width
      t.integer :thumb_lg_height
      t.timestamps
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
c80_news-0.1.0.15 db/migrate/20151214133030_create_news_props.rb
c80_news-0.1.0.14 db/migrate/20151214133030_create_news_props.rb
c80_news-0.1.0.13 db/migrate/20151214133030_create_news_props.rb
c80_news-0.1.0.12 db/migrate/20151214133030_create_news_props.rb
c80_news-0.1.0.11 db/migrate/20151214133030_create_news_props.rb
c80_news-0.1.0.10 db/migrate/20151214133030_create_news_props.rb
c80_news-0.1.0.9 db/migrate/20151214133030_create_news_props.rb
c80_news-0.1.0.8 db/migrate/20151214133030_create_news_props.rb