Sha256: 7d2a3e1067bb0fe2cfb72f6cdec0624bac9946a607a865fbbdd7c0c05fb7ff90

Contents?: true

Size: 1.08 KB

Versions: 51

Compression:

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

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

  create_table "users", force: true do |t|
    t.string   "email",              default: "", null: false
    t.string   "encrypted_password", default: "", null: false
    t.datetime "created_at"
    t.datetime "updated_at"
  end

  add_index "users", ["email"], name: "index_users_on_email", unique: true

end

Version data entries

51 entries across 19 versions & 6 rubygems

Version Path
mongo_session_store-3.2.1 spec/support/apps/rails_4.2_app/db/schema.rb
mongo_session_store-3.2.1 spec/support/apps/rails_4.0_app/db/schema.rb
mongo_session_store-3.2.1 spec/support/apps/rails_4.1_app/db/schema.rb
mongo_session_store-3.2.0 spec/support/apps/rails_4.2_app/db/schema.rb
mongo_session_store-3.2.0 spec/support/apps/rails_4.0_app/db/schema.rb
mongo_session_store-3.2.0 spec/support/apps/rails_4.1_app/db/schema.rb
mongo_session_store-3.1.0 spec/support/apps/rails_4.0_app/db/schema.rb
mongo_session_store-3.1.0 spec/support/apps/rails_4.2_app/db/schema.rb
mongo_session_store-3.1.0 spec/support/apps/rails_4.1_app/db/schema.rb
mongo_session_store-3.0.0 spec/support/apps/rails_4.2_app/db/schema.rb
mongo_session_store-3.0.0 spec/support/apps/rails_4.0_app/db/schema.rb
mongo_session_store-3.0.0 spec/support/apps/rails_4.1_app/db/schema.rb
mongo_session_store-3.0.0.beta.1 spec/support/apps/rails_4.2_app/db/schema.rb
mongo_session_store-3.0.0.beta.1 spec/support/apps/rails_4.0_app/db/schema.rb
mongo_session_store-3.0.0.beta.1 spec/support/apps/rails_4.1_app/db/schema.rb
mongo_session_store-rails5-7.0.0.1 spec/rails_4.2_app/db/schema.rb
mongo_session_store-rails5-7.0.0.1 spec/rails_4.0_app/db/schema.rb
mongo_session_store-rails5-7.0.0.1 spec/rails_4.1_app/db/schema.rb
mongo_session_store-rails-7.0.2 spec/support/apps/rails_4.0_app/db/schema.rb
mongo_session_store-rails-7.0.2 spec/support/apps/rails_4.1_app/db/schema.rb