Sha256: 9fca2a54caafd65d77dfa252d7d38758c4db560097c8ce4542dc5f3b3e1114c9
Contents?: true
Size: 1.23 KB
Versions: 6
Compression:
Stored size: 1.23 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_01_01_204534) do create_table "application_parameters", force: :cascade do |t| t.string "name" t.string "value" end create_table "employees", force: :cascade do |t| t.string "name" t.string "last_name" end create_table "users", force: :cascade do |t| t.string "name" t.string "last_name" t.string "sex" t.integer "age" t.datetime "deleted_at" t.datetime "created_at", precision: 6, null: false t.datetime "updated_at", precision: 6, null: false end end
Version data entries
6 entries across 6 versions & 1 rubygems