Sha256: 854958feef12f5c44f1b2813dd115ed936ad3988842b4af4504f068d0d9d7faa

Contents?: true

Size: 1.97 KB

Versions: 13

Compression:

Stored size: 1.97 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_28_003746) do

  create_table "users", force: :cascade do |t|
    t.datetime "created_at", null: false
    t.datetime "updated_at", null: false
    t.datetime "deleted_at"
    t.string "email", default: "", null: false
    t.string "encrypted_password", default: "", null: false
    t.string "reset_password_token"
    t.datetime "reset_password_sent_at"
    t.datetime "remember_created_at"
    t.string "invitation_token"
    t.datetime "invitation_created_at"
    t.datetime "invitation_sent_at"
    t.datetime "invitation_accepted_at"
    t.integer "invitation_limit"
    t.string "invited_by_type"
    t.integer "invited_by_id"
    t.integer "invitations_count", default: 0
    t.index ["deleted_at"], name: "index_users_on_deleted_at"
    t.index ["email"], name: "index_users_on_email", unique: true
    t.index ["invitation_token"], name: "index_users_on_invitation_token", unique: true
    t.index ["invitations_count"], name: "index_users_on_invitations_count"
    t.index ["invited_by_id"], name: "index_users_on_invited_by_id"
    t.index ["invited_by_type", "invited_by_id"], name: "index_users_on_invited_by_type_and_invited_by_id"
    t.index ["reset_password_token"], name: "index_users_on_reset_password_token", unique: true
  end

end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
samvera-persona-0.5.0 spec/dummy/db/schema.rb
samvera-persona-0.4.1 spec/dummy/db/schema.rb
samvera-persona-0.4.0 spec/dummy/db/schema.rb
samvera-persona-0.3.0 spec/dummy/db/schema.rb
samvera-persona-0.2.0 spec/dummy/db/schema.rb
samvera-persona-0.1.7 spec/dummy/db/schema.rb
samvera-persona-0.1.6 spec/dummy/db/schema.rb
samvera-persona-0.1.5 spec/dummy/db/schema.rb
samvera-persona-0.1.4 spec/dummy/db/schema.rb
samvera-persona-0.1.3 spec/dummy/db/schema.rb
samvera-persona-0.1.2 spec/dummy/db/schema.rb
samvera-persona-0.1.1 spec/dummy/db/schema.rb
samvera-persona-0.1.0 spec/dummy/db/schema.rb