Sha256: 7a4cf4a72d1356f706c1786c0b1a5947f71ad819ac014221106c940daf548a24

Contents?: true

Size: 655 Bytes

Versions: 5

Compression:

Stored size: 655 Bytes

Contents

# This file is autogenerated. Instead of editing this file, please use the
# migrations feature of ActiveRecord to incrementally modify your database, and
# then regenerate this schema definition.

ActiveRecord::Schema.define(:version => 3) do

  create_table "products", :force => true do |t|
    t.column "vending_machine_id", :integer
    t.column "name",               :string
    t.column "price",              :integer
    t.column "inventory",          :integer
    t.column "position",           :integer
  end

  create_table "vending_machines", :force => true do |t|
    t.column "location", :string
    t.column "cash",     :integer
  end

end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
statemachine-2.3.0 rails_plugin/db/schema.rb
statemachine-2.2.0 rails_plugin/db/schema.rb
statemachine-2.1.0 rails_plugin/db/schema.rb
statemachine-2.0.1 rails_plugin/db/schema.rb
statemachine-2.0.0 rails_plugin/db/schema.rb