Sha256: 987a029d1fa91930082e9cda973c6a70e13f48c11bd90d4995fad447e5222614
Contents?: true
Size: 1.03 KB
Versions: 2
Compression:
Stored size: 1.03 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: 2013_01_22_163051) do create_table "issues", force: :cascade do |t| t.string "title" t.integer "project_id" t.datetime "created_at" t.datetime "updated_at" end create_table "projects", force: :cascade do |t| t.string "name" t.datetime "created_at" t.datetime "updated_at" end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
gretel-4.0.1 | test/dummy/db/schema.rb |
gretel-4.0.0 | test/dummy/db/schema.rb |