Sha256: 538091a540ce3fc666d08175c601bd56e25ee810321781baf40859e79bdad009
Contents?: true
Size: 1.01 KB
Versions: 1
Compression:
Stored size: 1.01 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: 2020_03_11_152021) do create_table "people", force: :cascade do |t| t.text "first_name", null: false t.text "last_name", null: false t.datetime "date_of_birth" t.datetime "created_at", precision: 6, null: false t.datetime "updated_at", precision: 6, null: false end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sober_swag-0.1.0 | example/db/schema.rb |