Sha256: ede1fbc690259fb0161e93172d5e4ad23dd7772c552c4a48e75c8be6bb3362a7

Contents?: true

Size: 1.18 KB

Versions: 8

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 => 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.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

8 entries across 8 versions & 1 rubygems

Version Path
kasket-0.7.2 test/schema.rb
kasket-0.7.1 test/schema.rb
kasket-0.7.0 test/schema.rb
kasket-0.6.4 test/schema.rb
kasket-0.6.3 test/schema.rb
kasket-0.6.2 test/schema.rb
kasket-0.6.1 test/schema.rb
kasket-0.6.0 test/schema.rb