Sha256: d2514e26708bf73405472c230aac8ac42fb7f32f17bacad487a210a8984c0c7c

Contents?: true

Size: 1.2 KB

Versions: 17

Compression:

Stored size: 1.2 KB

Contents

# encoding: UTF-8
# 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 => 20111025195229) do

  create_table "posts", :force => true do |t|
    t.string   "title"
    t.text     "body"
    t.boolean  "published"
    t.integer  "user_id"
    t.datetime "created_at"
    t.datetime "updated_at"
  end

  add_index "posts", ["user_id"], :name => "index_posts_on_user_id"

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

end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
magic_grid-0.12.6 test/dummy/db/schema.rb
magic_grid-0.12.5 test/dummy/db/schema.rb
magic_grid-0.12.4 test/dummy/db/schema.rb
magic_grid-0.12.3 test/dummy/db/schema.rb
magic_grid-0.12.2 test/dummy/db/schema.rb
magic_grid-0.12.1 test/dummy/db/schema.rb
magic_grid-0.12.0 test/dummy/db/schema.rb
magic_grid-0.11.1 test/dummy/db/schema.rb
magic_grid-0.11.0 test/dummy/db/schema.rb
magic_grid-0.10.4 test/dummy/db/schema.rb
magic_grid-0.10.3 test/dummy/db/schema.rb
magic_grid-0.10.2 test/dummy/db/schema.rb
magic_grid-0.10.1 test/dummy/db/schema.rb
magic_grid-0.10.0 test/dummy/db/schema.rb
magic_grid-0.9.3.1 test/dummy/db/schema.rb
magic_grid-0.9.3 test/dummy/db/schema.rb
magic_grid-0.9.2 test/dummy/db/schema.rb