Sha256: 9bc4619c2cac1d3d5529fcd7990bafea1a9ec2b2232faf703d59671c6476ab1b

Contents?: true

Size: 150 Bytes

Versions: 2

Compression:

Stored size: 150 Bytes

Contents

class CreateTopics < ActiveRecord::Migration
  def change
    create_table :topics do |t|
      t.string :title

      t.timestamps
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
acts_as_commentable_more-1.1.0 test/dummy/db/migrate/20150113074249_create_topics.rb
acts_as_commentable_more-1.0.0 test/dummy/db/migrate/20150113074249_create_topics.rb