Sha256: 2ffc35336c09998f2d61ab219b675240b08b3904aea70b52b0d50ed09a339d9d

Contents?: true

Size: 1.18 KB

Versions: 13

Compression:

Stored size: 1.18 KB

Contents

# This file is auto-generated from the current state of the database. Instead of editing this file, 
# please use the migrations feature of Active Record to incrementally modify your database, and
# then regenerate this schema definition.
#
# Note that this schema.rb definition is the authoritative source for your database schema. If you need
# to create the application database on another system, you should be using db:schema:load, not running
# all the migrations from scratch. The latter is a flawed and unsustainable approach (the more migrations
# you'll amass, the slower it'll run and the greater likelihood for issues).
#
# It's strongly recommended to check this file into your version control system.

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

  create_table "accounts", :force => true do |t|
    t.string   "name"
    t.string   "type"
    t.datetime "created_at"
    t.datetime "updated_at"
  end

  create_table "transactions", :force => true do |t|
    t.string   "description"
    t.integer  "credit_account_id"
    t.decimal  "credit_amount"
    t.integer  "debit_account_id"
    t.decimal  "debit_amount"
    t.datetime "created_at"
    t.datetime "updated_at"
  end

end

Version data entries

13 entries across 13 versions & 2 rubygems

Version Path
plutus-0.11.0 spec/schema.rb
plutus-0.10.1 spec/schema.rb
plutus-0.10.0 spec/schema.rb
plutus-0.9.0 spec/schema.rb
plutus-0.8.1 spec/schema.rb
plutus-0.8.0 spec/schema.rb
plutus-0.7.4 spec/schema.rb
plutus-0.7.2 spec/schema.rb
plutus-0.7.0 spec/schema.rb
blawzoo-plutus-0.5.3 spec/schema.rb
plutus-0.5.2 spec/schema.rb
plutus-0.5.1 spec/schema.rb
plutus-0.4.2 spec/schema.rb