Sha256: cbcb0ea48acf40c9469b0642304edfa56ca646004e5b28c76f18d09065ca2948

Contents?: true

Size: 1.22 KB

Versions: 14

Compression:

Stored size: 1.22 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 => 1) do

  create_table "comments", :force => true do |t|
    t.text     "body"
    t.integer  "post_id"
    t.datetime "created_at"
    t.datetime "updated_at"
  end

  create_table "posts", :force => true do |t|
    t.string   "title"
    t.integer  "blog_id"
    t.string   "comments_cache_key"
    t.datetime "created_at"
    t.datetime "updated_at"
  end

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

end

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
staugaard-magic_cache_keys-0.1.0 test/schema.rb
staugaard-magic_cache_keys-0.2.0 test/schema.rb
staugaard-magic_cache_keys-0.3.0 test/schema.rb
staugaard-magic_cache_keys-0.4.0 test/schema.rb
staugaard-magic_cache_keys-0.5.0 test/schema.rb
staugaard-magic_cache_keys-0.6.0 test/schema.rb
cache_back-0.5.1 test/schema.rb
cache_back-0.5.0 test/schema.rb
cache_back-0.4.1 test/schema.rb
cache_back-0.3.4 test/schema.rb
cache_back-0.3.3 test/schema.rb
cache_back-0.3.2 test/schema.rb
cache_back-0.3.1 test/schema.rb
cache_back-0.3.0 test/schema.rb