Sha256: aba85a665648cd86e0b527f0d814c35d9267d7a515f2d8900ae1ebe02815aadc

Contents?: true

Size: 962 Bytes

Versions: 5

Compression:

Stored size: 962 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: 2019_09_23_150252) do

  create_table "micro_cms_content_blocks", force: :cascade do |t|
    t.string "path"
    t.text "content"
    t.datetime "created_at", null: false
    t.datetime "updated_at", null: false
  end

end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
micro_cms-0.2.1 spec/dummy/db/schema.rb
micro_cms-0.2.0 spec/dummy/db/schema.rb
micro_cms-0.1.2 spec/dummy/db/schema.rb
micro_cms-0.1.1 spec/dummy/db/schema.rb
micro_cms-0.1.0 spec/dummy/db/schema.rb