Sha256: 3cef2d94f8be56db2aeb4855f823966afa42fad093eaee13e3948db658b5ede9

Contents?: true

Size: 978 Bytes

Versions: 22

Compression:

Stored size: 978 Bytes

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 that you check this file into your version control system.

ActiveRecord::Schema.define(version: 20130502003552) do

  create_table "posts", force: true do |t|
    t.string   "name"
    t.string   "title"
    t.text     "content"
    t.datetime "created_at"
    t.datetime "updated_at"
  end

end

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
warbler-1.4.10 integration/rails4_test/src/main/ruby/db/schema.rb
warbler-2.0.2 integration/rails4_test/src/main/ruby/db/schema.rb
warbler-2.0.1 integration/rails4_test/src/main/ruby/db/schema.rb
warbler-2.0.0 integration/rails4_test/src/main/ruby/db/schema.rb
warbler-2.0.0.rc3 integration/rails4_test/src/main/ruby/db/schema.rb
warbler-2.0.0.rc2 integration/rails4_test/src/main/ruby/db/schema.rb
warbler-2.0.0.rc1 integration/rails4_test/src/main/ruby/db/schema.rb
warbler-2.0.0.pre3 integration/rails4_test/src/main/ruby/db/schema.rb
warbler-2.0.0.pre2 integration/rails4_test/src/main/ruby/db/schema.rb
warbler-1.4.9 integration/rails4_test/src/main/ruby/db/schema.rb
warbler-1.4.8 integration/rails4_test/src/main/ruby/db/schema.rb
warbler-2.0.0.pre1 integration/rails4_test/src/main/ruby/db/schema.rb
warbler-1.4.7 integration/rails4_test/src/main/ruby/db/schema.rb
warbler-1.4.6 integration/rails4_test/src/main/ruby/db/schema.rb
warbler-1.4.5 integration/rails4_test/src/main/ruby/db/schema.rb
warbler-1.4.4 integration/rails4_test/src/main/ruby/db/schema.rb
warbler-1.4.3 integration/rails4_test/src/main/ruby/db/schema.rb
warbler-1.4.2 integration/rails4_test/src/main/ruby/db/schema.rb
warbler-1.4.1 integration/rails4_test/src/main/ruby/db/schema.rb
warbler-1.4.0 integration/rails4_test/src/main/ruby/db/schema.rb