Sha256: c75ca7e5c367ce6a2b1a749fb98fe7fcb78c0e73cbdd125f1b6e39f587917245

Contents?: true

Size: 1.85 KB

Versions: 4

Compression:

Stored size: 1.85 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: 20170728145825) do

  create_table "addresses", force: :cascade, options: "ENGINE=InnoDB DEFAULT CHARSET=utf8" do |t|
    t.string "street"
    t.string "city"
    t.string "state"
    t.string "zip"
    t.integer "registration_id"
  end

  create_table "counties", force: :cascade, options: "ENGINE=InnoDB DEFAULT CHARSET=utf8" do |t|
    t.string "name"
    t.integer "address_id"
  end

  create_table "known_prog_languages", force: :cascade, options: "ENGINE=InnoDB DEFAULT CHARSET=utf8" do |t|
    t.integer "registration_id"
    t.integer "prog_language_id"
  end

  create_table "prog_languages", force: :cascade, options: "ENGINE=InnoDB DEFAULT CHARSET=utf8" do |t|
    t.string "name"
  end

  create_table "registrations", force: :cascade, options: "ENGINE=InnoDB DEFAULT CHARSET=utf8" do |t|
    t.string "first_name"
    t.string "middle_initial"
    t.string "last_name"
    t.string "email"
    t.integer "age"
    t.date "date_of_birth"
    t.datetime "created_at", null: false
    t.datetime "updated_at", null: false
    t.boolean "accept_terms", default: false
    t.string "sex"
    t.string "favorite_color"
  end

end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
emphatic_invalids-0.1.2 test/dummy/db/schema.rb
emphatic_invalids-0.0.1 test/dummy/db/schema.rb
emphatic_invalids-0.1.1 test/dummy/db/schema.rb
emphatic_invalids-0.1.0 test/dummy/db/schema.rb