Sha256: 1611ebf13f99d105f32411eaa34889af122da4d8634754c7a79b8dc4e945f9ea

Contents?: true

Size: 1.46 KB

Versions: 12

Compression:

Stored size: 1.46 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.
#
# This file is the source Rails uses to define your schema when running `rails
# db:schema:load`. When creating a new database, `rails db:schema:load` tends to
# be faster and is potentially less error prone than running all of your
# migrations from scratch. Old migrations may fail to apply correctly if those
# migrations use external dependencies or application code.
#
# It's strongly recommended that you check this file into your version control system.

ActiveRecord::Schema.define(version: 4) do

  create_table "items", force: :cascade do |t|
    t.datetime "played_at"
    t.string "item_type"
    t.string "title"
    t.string "artist_name"
    t.string "label_name"
    t.string "release_name"
    t.boolean "success"
    t.string "remote_id"
    t.datetime "last_attempt_at"
    t.string "last_error_text"
    t.integer "last_error_code"
    t.datetime "created_at", precision: 6, null: false
    t.datetime "updated_at", precision: 6, null: false
    t.integer "duration"
    t.string "automation_id"
    t.string "automation_group"
    t.string "genre"
    t.datetime "intended_played_at"
    t.string "source"
    t.string "guid"
    t.string "automation_system"
    t.index ["played_at"], name: "index_items_on_played_at"
  end

end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
dubbletrack_remote-0.8.5 db/schema.rb
dubbletrack_remote-0.8.4 db/schema.rb
dubbletrack_remote-0.8.3 db/schema.rb
dubbletrack_remote-0.8.2 db/schema.rb
dubbletrack_remote-0.8.1 db/schema.rb
dubbletrack_remote-0.8.0 db/schema.rb
dubbletrack_remote-0.7.6 db/schema.rb
dubbletrack_remote-0.7.5 db/schema.rb
dubbletrack_remote-0.7.4 db/schema.rb
dubbletrack_remote-0.7.3 db/schema.rb
dubbletrack_remote-0.7.2 db/schema.rb
dubbletrack_remote-0.7.1 db/schema.rb