Sha256: c0568bebc2b2f41f25043f2170354b5b370d71ba770a3e7462c302301383133d

Contents?: true

Size: 179 Bytes

Versions: 4

Compression:

Stored size: 179 Bytes

Contents

class CreateComment < ActiveRecord::Migration
  def change
    create_table :comments do |t|
      t.string :comment
      t.integer :post_id
      t.timestamps
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
carnival-0.1.3 test/carnival-sample-application/db/migrate/20140922142000_create_comment.rb
carnival-0.1.2 test/carnival-sample-application/db/migrate/20140922142000_create_comment.rb
carnival-0.1.1 test/carnival-sample-application/db/migrate/20140922142000_create_comment.rb
carnival-0.1.0 test/carnival-sample-application/db/migrate/20140922142000_create_comment.rb