Sha256: 46eca3026bd26b841b8fcbf438432942c659437c1b188679e6ce7e3097cba876

Contents?: true

Size: 1.53 KB

Versions: 19

Compression:

Stored size: 1.53 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[7.0].define(version: 2023_06_16_211328) do
  create_table "pets", force: :cascade do |t|
    t.string "name"
    t.date "date_of_birth"
    t.string "animal"
    t.integer "owner_id"
    t.datetime "created_at", null: false
    t.datetime "updated_at", null: false
  end

  create_table "users", force: :cascade do |t|
    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.json "permissions"
    t.string "name"
    t.datetime "created_at", null: false
    t.datetime "updated_at", null: false
    t.index ["email"], name: "index_users_on_email", unique: true
    t.index ["reset_password_token"], name: "index_users_on_reset_password_token", unique: true
  end

end

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
active_element-0.0.31 example_app/db/schema.rb
active_element-0.0.30 example_app/db/schema.rb
active_element-0.0.29 example_app/db/schema.rb
active_element-0.0.28 example_app/db/schema.rb
active_element-0.0.27 example_app/db/schema.rb
active_element-0.0.26 example_app/db/schema.rb
active_element-0.0.24 example_app/db/schema.rb
active_element-0.0.23 example_app/db/schema.rb
active_element-0.0.22 example_app/db/schema.rb
active_element-0.0.21 example_app/db/schema.rb
active_element-0.0.19 example_app/db/schema.rb
active_element-0.0.18 example_app/db/schema.rb
active_element-0.0.17 example_app/db/schema.rb
active_element-0.0.16 example_app/db/schema.rb
active_element-0.0.15 example_app/db/schema.rb
active_element-0.0.14 example_app/db/schema.rb
active_element-0.0.13 example_app/db/schema.rb
active_element-0.0.12 example_app/db/schema.rb
active_element-0.0.11 example_app/db/schema.rb