Sha256: 454f7f0b83906a08c23e462ad6f100ada70d4fb22c4797fef94cf65f82f7ba5e
Contents?: true
Size: 1.31 KB
Versions: 5
Compression:
Stored size: 1.31 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: 2015_12_30_193911) do create_table "simulation_jobs", force: :cascade do |t| t.string "name" t.float "pressure" t.integer "simulation_id" t.string "status" t.string "pbsid" t.string "job_path" t.string "script_name" t.datetime "created_at" t.datetime "updated_at" t.index ["simulation_id"], name: "index_simulation_jobs_on_simulation_id" end create_table "simulations", force: :cascade do |t| t.string "name" t.float "pressure" t.string "staged_dir" t.datetime "created_at" t.datetime "updated_at" end end
Version data entries
5 entries across 5 versions & 1 rubygems