Sha256: d1b874d06af71c4e6485e936f883c3b2bb8159098c6415a82b7561aaf312deee
Contents?: true
Size: 1.1 KB
Versions: 2
Compression:
Stored size: 1.1 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: 20130904180803) do create_table "meter_cat_meters", force: :cascade do |t| t.string "name", limit: 64, null: false t.date "created_on" t.integer "value", default: 0 t.integer "lock_version", default: 0 t.datetime "created_at" t.index ["created_on", "name"], name: "index_meter_cat_meters_on_created_on_and_name", unique: true end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
meter_cat-5.0.1 | spec/dummy/db/schema.rb |
meter_cat-5.0.0 | spec/dummy/db/schema.rb |