Sha256: 3b4ee4e2391ca4ff4f94df5499c6ab5291fb61a742fbb3db3cf6d042b02846ff

Contents?: true

Size: 1.51 KB

Versions: 27

Compression:

Stored size: 1.51 KB

Contents

# encoding: UTF-8
# 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: 20190716135241) do

  create_table "isle", force: :cascade do |t|
    t.string   "name"
    t.binary   "map"
    t.datetime "created_at"
    t.datetime "updated_at"
  end

  create_table "trees", force: :cascade do |t|
    t.string   "name"
    t.integer  "owner_id"
    t.integer  "cutter_id"
    t.integer  "island_id"
    t.datetime "created_at"
    t.datetime "updated_at"
    t.integer  "age"
  end

  add_index "trees", ["cutter_id"], name: "index_trees_on_cutter_id"
  add_index "trees", ["island_id"], name: "index_trees_on_island_id"
  add_index "trees", ["owner_id"], name: "index_trees_on_owner_id"

  create_table "users", force: :cascade do |t|
    t.string   "name"
    t.datetime "created_at"
    t.datetime "updated_at"
    t.integer  "title"
  end

end

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
forest_liana-5.4.0 spec/dummy/db/schema.rb
forest_liana-6.0.0.pre.beta.2 spec/dummy/db/schema.rb
forest_liana-6.0.0.pre.beta.1 spec/dummy/db/schema.rb
forest_liana-5.3.3 spec/dummy/db/schema.rb
forest_liana-5.3.2 spec/dummy/db/schema.rb
forest_liana-5.3.1 spec/dummy/db/schema.rb
forest_liana-5.3.0 spec/dummy/db/schema.rb
forest_liana-5.2.3 spec/dummy/db/schema.rb
forest_liana-5.2.2 spec/dummy/db/schema.rb
forest_liana-5.2.1 spec/dummy/db/schema.rb
forest_liana-5.2.0 spec/dummy/db/schema.rb
forest_liana-5.1.3 spec/dummy/db/schema.rb
forest_liana-5.1.2 spec/dummy/db/schema.rb
forest_liana-5.1.1 spec/dummy/db/schema.rb
forest_liana-5.1.0 spec/dummy/db/schema.rb
forest_liana-5.0.0 spec/dummy/db/schema.rb
forest_liana-5.0.0.pre.beta.0 spec/dummy/db/schema.rb
forest_liana-4.2.0 spec/dummy/db/schema.rb
forest_liana-4.1.3 spec/dummy/db/schema.rb
forest_liana-4.1.2 spec/dummy/db/schema.rb