Sha256: 8cfb90257930ef872d9891a211941fdc723f757d3c92ca617b526e51dddad64b

Contents?: true

Size: 1.02 KB

Versions: 9

Compression:

Stored size: 1.02 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 `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: 2021_04_17_143158) do
  # These are extensions that must be enabled in order to support this database
  enable_extension "plpgsql"

  create_table "boops", force: :cascade do |t|
    t.datetime "created_at", precision: 6, null: false
    t.datetime "updated_at", precision: 6, null: false
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
test_data-0.3.2 example/db/schema.rb
test_data-0.3.1 example/db/schema.rb
test_data-0.3.0 example/db/schema.rb
test_data-0.2.2 example/db/schema.rb
test_data-0.2.1 example/db/schema.rb
test_data-0.2.0 example/db/schema.rb
test_data-0.1.0 example/db/schema.rb
test_data-0.0.2 example/db/schema.rb
test_data-0.0.1 example/db/schema.rb