Sha256: d9bbfeadba6066ee84258da239899b6b638e5f0e12b7d88421c2d5159bf96a90

Contents?: true

Size: 1.09 KB

Versions: 39

Compression:

Stored size: 1.09 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 => 20110306212250) do

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

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

end

Version data entries

39 entries across 39 versions & 4 rubygems

Version Path
cocoon-1.2.14 spec/dummy/db/schema.rb
cocoon-1.2.13 spec/dummy/db/schema.rb
cocoon-1.2.12 spec/dummy/db/schema.rb
cocoon-1.2.11 spec/dummy/db/schema.rb
cocoon-1.2.10 spec/dummy/db/schema.rb
enju_leaf-1.2.1 vendor/bundle/ruby/2.3/gems/cocoon-1.2.9/spec/dummy/db/schema.rb
cocoon-1.2.9 spec/dummy/db/schema.rb
cocoon-1.2.8 spec/dummy/db/schema.rb
cocoon-1.2.7 spec/dummy/db/schema.rb
sc_core-0.0.7 test/dummy/vendor/bundle/ruby/2.2.0/gems/cocoon-1.2.6/spec/dummy/db/schema.rb
king_views-1.2.0 spec/rails_app/db/schema.rb
cocoon-1.2.6 spec/dummy/db/schema.rb
cocoon-1.2.5 spec/dummy/db/schema.rb
cocoon-1.2.4 spec/dummy/db/schema.rb
cocoon-1.2.3 spec/dummy/db/schema.rb
cocoon-1.2.2 spec/dummy/db/schema.rb
cocoon-1.2.1 spec/dummy/db/schema.rb
cocoon-1.2.0 spec/dummy/db/schema.rb
cocoon-1.1.2 spec/dummy/db/schema.rb
cocoon-1.1.1 spec/dummy/db/schema.rb