Sha256: 375daa887ae5f3ad8583ee0e159068d9becf009e6daf0431eed08bf83ff09045
Contents?: true
Size: 1.3 KB
Versions: 4
Compression:
Stored size: 1.3 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. # # This file is the source Rails uses to define your schema when running `bin/rails # db:schema:load`. When creating a new database, `bin/rails db:schema:load` tends to # be faster and is potentially less error prone than running all of your # migrations from scratch. Old migrations may fail to apply correctly if those # migrations use external dependencies or application code. # # It's strongly recommended that you check this file into your version control system. ActiveRecord::Schema.define(version: 2011_01_11_224543) do create_table "users", force: :cascade do |t| t.datetime "created_at", null: false t.datetime "updated_at", null: false t.string "email", null: false t.string "encrypted_password", limit: 128, null: false t.string "confirmation_token", limit: 128 t.string "remember_token", limit: 128, null: false t.index ["confirmation_token"], name: "index_users_on_confirmation_token", unique: true t.index ["email"], name: "index_users_on_email" t.index ["remember_token"], name: "index_users_on_remember_token", unique: true end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
clearance-2.9.3 | spec/dummy/db/schema.rb |
clearance-2.9.2 | spec/dummy/db/schema.rb |
clearance-2.9.1 | spec/dummy/db/schema.rb |
clearance-2.9.0 | spec/dummy/db/schema.rb |