Sha256: 6efc1f78a6fcb40c85799cacf411685fe177589502ee3acf0f2d63bee753b7ac

Contents?: true

Size: 214 Bytes

Versions: 7

Compression:

Stored size: 214 Bytes

Contents

class CreateComments < ActiveRecord::Migration
  def change
    create_table :comments do |t|
      t.integer  :user_id
      t.integer  :todo_item_id
      t.string   :comment
      t.timestamps
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
hyper-mesh-0.6.0 reactive_record_test_app/db/migrate/20150826142045_create_comments.rb
hyper-mesh-0.5.4 reactive_record_test_app/db/migrate/20150826142045_create_comments.rb
hyper-mesh-0.5.3 reactive_record_test_app/db/migrate/20150826142045_create_comments.rb
hyper-mesh-0.5.2 reactive_record_test_app/db/migrate/20150826142045_create_comments.rb
hyper-mesh-0.5.1 reactive_record_test_app/db/migrate/20150826142045_create_comments.rb
hyper-mesh-0.5.0 reactive_record_test_app/db/migrate/20150826142045_create_comments.rb
hyper-mesh-0.4.0 reactive_record_test_app/db/migrate/20150826142045_create_comments.rb