Sha256: 9e55f3fc207ab9f281ee83f9faaa393b9c125332412b2fd5040e08cdf5ba2ce9
Contents?: true
Size: 1021 Bytes
Versions: 4
Compression:
Stored size: 1021 Bytes
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 `bin/rails # db:schema:load`. When creating a new database, `bin/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: 20_210_613_015_406) do create_table 'users', force: :cascade do |t| t.string 'name' t.datetime 'created_at', precision: 6, null: false t.datetime 'updated_at', precision: 6, null: false t.index ['name'], name: 'index_users_on_name', unique: true end end
Version data entries
4 entries across 4 versions & 2 rubygems
Version | Path |
---|---|
belated-0.3.0 | dummy/db/schema.rb |
belated-0.2.0 | dummy/db/schema.rb |
belated-0.1.0 | dummy/db/schema.rb |
hard_worker-0.0.4 | dummy/db/schema.rb |