Sha256: e60eaabf2d070604dd0e4b11f40ec9cbd95f1a7fb14e44599697c2a7754c2a1b

Contents?: true

Size: 1.11 KB

Versions: 4

Compression:

Stored size: 1.11 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: 20140416183059) do

  create_table "domains", force: true do |t|
    t.integer "lord_id"
  end

  add_index "domains", ["lord_id"], name: "index_domains_on_lord_id"

  create_table "lords", force: true do |t|
  end

  create_table "men", force: true do |t|
    t.integer "lord_id"
  end

  add_index "men", ["lord_id"], name: "index_men_on_lord_id"

end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
active_merge-1.2.1 spec/dummy/db/schema.rb
active_merge-1.2.0 spec/dummy/db/schema.rb
active_merge-1.1.0 spec/dummy/db/schema.rb
active_merge-1.0.5 spec/dummy/db/schema.rb