Sha256: 36064eb026512c8266cedee8a84ec419ab8dcda34f62476330815a6dd26533f2

Contents?: true

Size: 209 Bytes

Versions: 7

Compression:

Stored size: 209 Bytes

Contents

class CreateTodoItems < ActiveRecord::Migration
  def change
    create_table :todo_items do |t|
      t.string :title
      t.text :description
      t.boolean :complete

      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/20150617002932_create_todo_items.rb
hyper-mesh-0.5.4 reactive_record_test_app/db/migrate/20150617002932_create_todo_items.rb
hyper-mesh-0.5.3 reactive_record_test_app/db/migrate/20150617002932_create_todo_items.rb
hyper-mesh-0.5.2 reactive_record_test_app/db/migrate/20150617002932_create_todo_items.rb
hyper-mesh-0.5.1 reactive_record_test_app/db/migrate/20150617002932_create_todo_items.rb
hyper-mesh-0.5.0 reactive_record_test_app/db/migrate/20150617002932_create_todo_items.rb
hyper-mesh-0.4.0 reactive_record_test_app/db/migrate/20150617002932_create_todo_items.rb