Sha256: 75d8197c47c83d968d57a03858c3557c0f0ae12ea9ec53200f0a91facf34eca2

Contents?: true

Size: 1.06 KB

Versions: 5

Compression:

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

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

  create_table "users", force: :cascade do |t|
    t.string   "email",              default: "", null: false
    t.string   "encrypted_password", default: "", null: false
    t.datetime "created_at"
    t.datetime "updated_at"
    t.index ["email"], name: "index_users_on_email", unique: true
  end

end

Version data entries

5 entries across 3 versions & 1 rubygems

Version Path
mongo_session_store-3.2.1 spec/support/apps/rails_5.0_app/db/schema.rb
mongo_session_store-3.2.1 spec/support/apps/rails_5.1_app/db/schema.rb
mongo_session_store-3.2.0 spec/support/apps/rails_5.0_app/db/schema.rb
mongo_session_store-3.2.0 spec/support/apps/rails_5.1_app/db/schema.rb
mongo_session_store-3.1.0 spec/support/apps/rails_5.0_app/db/schema.rb