Sha256: 747afdca47dc87ae4e563d719d4a313ca16dda92cbce2168da9a7cadb9a9872a

Contents?: true

Size: 1.91 KB

Versions: 2

Compression:

Stored size: 1.91 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: 20170629115814) do

  create_table "aeternitas_pollable_meta_data", force: :cascade do |t|
    t.string "pollable_type", null: false
    t.integer "pollable_id", null: false
    t.string "pollable_class", null: false
    t.datetime "next_polling", default: "1969-12-31 23:58:00", null: false
    t.datetime "last_polling"
    t.string "state"
    t.text "deactivation_reason"
    t.datetime "deactivated_at"
    t.index ["next_polling", "state"], name: "aeternitas_pollable_enqueueing"
    t.index ["pollable_class"], name: "aeternitas_pollable_class"
    t.index ["pollable_id", "pollable_type"], name: "aeternitas_pollable_unique", unique: true
  end

  create_table "aeternitas_sources", primary_key: "fingerprint", id: :string, force: :cascade do |t|
    t.string "pollable_type", null: false
    t.integer "pollable_id", null: false
    t.datetime "created_at"
    t.index ["pollable_id", "pollable_type"], name: "aeternitas_pollable_source"
  end

  create_table "patents", force: :cascade do |t|
    t.string "patent_id"
  end

  create_table "websites", force: :cascade do |t|
    t.string "url"
    t.datetime "created_at", null: false
    t.datetime "updated_at", null: false
  end

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
aeternitas_web_ui-0.2.1 spec/dummy/db/schema.rb
aeternitas_web_ui-0.2.0 spec/dummy/db/schema.rb