Sha256: 553db3c55eb07a359f00e8b244bd820e2004aa10eba83cfe71fc05685ac2ead0
Contents?: true
Size: 1.97 KB
Versions: 58
Compression:
Stored size: 1.97 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: 20140303123022) do create_table "extface_devices", force: true do |t| t.string "uuid" t.string "name" t.integer "extfaceable_id" t.string "extfaceable_type" t.integer "driver_id" t.datetime "created_at" t.datetime "updated_at" end create_table "extface_drivers", force: true do |t| t.string "type" t.text "settings" t.datetime "created_at" t.datetime "updated_at" end create_table "extface_jobs", force: true do |t| t.integer "device_id" t.datetime "created_at" t.datetime "updated_at" t.string "description" t.string "error" t.datetime "failed_at" t.datetime "completed_at" t.datetime "connected_at" end add_index "extface_jobs", ["device_id"], name: "index_extface_jobs_on_device_id" create_table "extface_serial_configs", force: true do |t| t.integer "driver_id" t.integer "serial_boud_rate" t.integer "serial_data_length" t.integer "serial_parity_check" t.integer "serial_stop_bits" t.integer "serial_handshake" t.datetime "created_at" t.datetime "updated_at" end create_table "shops", force: true do |t| t.datetime "created_at" t.datetime "updated_at" end end
Version data entries
58 entries across 58 versions & 1 rubygems