Sha256: c80f94fde57d0a1a10a5592763a6b786d454d55f4ad38a043270e20e5afa38ad
Contents?: true
Size: 1.37 KB
Versions: 2
Compression:
Stored size: 1.37 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: 20160714012056) do create_table "people", force: :cascade do |t| t.string "name" end create_table "schedules", force: :cascade do |t| t.string "name", limit: 255 t.date "birthday" t.time "lunchtime" t.datetime "apocalypse" t.datetime "epoch" t.date "christmas" t.time "alarm_setting" t.datetime "created_at" t.datetime "updated_at" t.time "suppertime" t.time "beer_oclock" t.time "sleepytime" t.time "party_time" t.date "easter" t.datetime "date_in_time" t.datetime "time_of_date" t.integer "person_id" end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
hot_date_rails-1.5.7 | spec/dummy/db/schema.rb |
hot_date_rails-1.5.6 | spec/dummy/db/schema.rb |