Sha256: b7394a3fa59f4a4b1d7775e66dbd96ea640f6f58e7c48a4a00fffce390cacba7

Contents?: true

Size: 1.57 KB

Versions: 2

Compression:

Stored size: 1.57 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: 2017_09_25_115607) do

  create_table "cally_invitations", force: :cascade do |t|
    t.string "invitation_key"
    t.string "email"
    t.datetime "created_at", null: false
    t.datetime "updated_at", null: false
    t.boolean "sent", default: true
  end

  create_table "cally_users", force: :cascade do |t|
    t.string "username"
    t.string "email"
    t.boolean "admin", default: true
    t.string "password_digest"
    t.string "user_key"
    t.datetime "last_logged_in_time", default: "2019-02-23 09:18:17"
    t.datetime "logged_in_time", default: "2019-02-23 09:18:17"
    t.integer "retry", default: 0
    t.date "retry_date", default: "2019-02-23"
    t.string "reset_key"
    t.datetime "created_at", null: false
    t.datetime "updated_at", null: false
    t.string "security_question"
    t.string "security_answer"
  end

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
cally-1.0.3 test/dummy/db/schema.rb
cally-1.0.2 test/dummy/db/schema.rb