Sha256: 33a66d82ad0d549f0a657aba1650dc41596ccb4fd551465b8b799c78918866e7

Contents?: true

Size: 1002 Bytes

Versions: 4

Compression:

Stored size: 1002 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 `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: 2021_02_02_023614) do

  create_table "movies", force: :cascade do |t|
    t.string "title", null: false
    t.string "director", null: false
    t.datetime "created_at", precision: 6, null: false
    t.datetime "updated_at", precision: 6, null: false
  end

end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
standalone_migrations-8.0.0 example/db/schema.rb
standalone_migrations-7.2.0 example/db/schema.rb
standalone_migrations-7.1.3 example/db/schema.rb
standalone_migrations-7.1.2 example/db/schema.rb