Sha256: 9cb8f7d302086239568a581d7eeaecc5c5c5e6855b9fb4b83a7c30c637b2c22e

Contents?: true

Size: 1.79 KB

Versions: 3

Compression:

Stored size: 1.79 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: 20150424090312) do

  create_table "referer_trackings", force: :cascade do |t|
    t.integer  "trackable_id"
    t.string   "trackable_type",              limit: 255
    t.text     "session_referer_url"
    t.text     "session_first_url"
    t.text     "current_request_url"
    t.text     "current_request_referer_url"
    t.string   "user_agent",                  limit: 255
    t.string   "ip",                          limit: 255
    t.string   "session_id",                  limit: 255
    t.text     "cookies_yaml"
    t.datetime "created_at"
    t.datetime "updated_at"
    t.string   "request_added",               limit: 255
    t.string   "session_added",               limit: 255
    t.text     "cookie_referer_url"
    t.text     "cookie_first_url"
    t.datetime "cookie_time"
    t.text     "infos_session"
    t.text     "infos_request"
    t.text     "log"
    t.string   "status"
  end

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

end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
referer_tracking-4.3.0 test/dummy/db/schema.rb
referer_tracking-4.2.0 test/dummy/db/schema.rb
referer_tracking-4.1.0 test/dummy/db/schema.rb