Sha256: 0b1021aaaf534e6be6917ed2fb2656791b9db3a04b7b731c9ea24630501824ac

Contents?: true

Size: 1.48 KB

Versions: 29

Compression:

Stored size: 1.48 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: 2019_06_12_114134) do

  create_table "cmor_user_area_users", force: :cascade do |t|
    t.string "email"
    t.string "crypted_password"
    t.string "password_salt"
    t.string "persistence_token"
    t.string "single_access_token"
    t.string "perishable_token"
    t.integer "login_count", default: 0, null: false
    t.integer "failed_login_count", default: 0, null: false
    t.datetime "last_request_at"
    t.datetime "current_login_at"
    t.datetime "last_login_at"
    t.string "current_login_ip"
    t.string "last_login_ip"
    t.boolean "active", default: false
    t.boolean "approved", default: false
    t.boolean "confirmed", default: false
    t.datetime "created_at", null: false
    t.datetime "updated_at", null: false
  end

end

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
cmor_user_area_backend-0.0.40.pre spec/dummy/db/schema.rb
cmor_user_area_backend-0.0.39.pre spec/dummy/db/schema.rb
cmor_user_area_backend-0.0.38.pre spec/dummy/db/schema.rb
cmor_user_area_backend-0.0.37.pre spec/dummy/db/schema.rb
cmor_user_area_backend-0.0.36.pre spec/dummy/db/schema.rb
cmor_user_area_backend-0.0.35.pre spec/dummy/db/schema.rb
cmor_user_area_backend-0.0.34.pre spec/dummy/db/schema.rb
cmor_user_area_backend-0.0.33.pre spec/dummy/db/schema.rb
cmor_user_area_backend-0.0.32.pre spec/dummy/db/schema.rb
cmor_user_area_backend-0.0.31.pre spec/dummy/db/schema.rb
cmor_user_area_backend-0.0.30.pre spec/dummy/db/schema.rb
cmor_user_area_backend-0.0.29.pre spec/dummy/db/schema.rb
cmor_user_area_backend-0.0.28.pre spec/dummy/db/schema.rb
cmor_user_area_backend-0.0.27.pre spec/dummy/db/schema.rb
cmor_user_area_backend-0.0.26.pre spec/dummy/db/schema.rb
cmor_user_area_backend-0.0.25.pre spec/dummy/db/schema.rb
cmor_user_area_backend-0.0.24.pre spec/dummy/db/schema.rb
cmor_user_area_backend-0.0.22.pre spec/dummy/db/schema.rb
cmor_user_area_backend-0.0.21.pre spec/dummy/db/schema.rb
cmor_user_area_backend-0.0.20.pre spec/dummy/db/schema.rb