Sha256: a225a81f34785900df36a9cf8a405944c886c406af72524de5aa68a75402fcaa

Contents?: true

Size: 272 Bytes

Versions: 2

Compression:

Stored size: 272 Bytes

Contents

class CreateCommentsProps < ActiveRecord::Migration
  def change
    create_table :c80_news_tz_comments_props, :options => 'COLLATE=utf8_unicode_ci' do |t|
      t.integer :anitspam_delay
      t.boolean :comments_enabled

      t.timestamps null: false
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
c80_news_tz-0.1.1.26 db/migrate/20160331103030_create_comments_props.rb
c80_news_tz-0.1.1.25 db/migrate/20160331103030_create_comments_props.rb