Sha256: 771979fe4f07e94321f187333d8f0d4408059af5b8500033d81ec70f8b6625da

Contents?: true

Size: 1.26 KB

Versions: 3

Compression:

Stored size: 1.26 KB

Contents

# frozen_string_literal: true

# 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.
#
# Note that this schema.rb definition is the authoritative source for your
# database schema. If you need to create the application database on another
# system, you should be using db:schema:load, not running all the migrations
# from scratch. The latter is a flawed and unsustainable approach (the more migrations
# you'll amass, the slower it'll run and the greater likelihood for issues).
#
# It's strongly recommended that you check this file into your version control system.

ActiveRecord::Schema.define(version: 20_160_217_033_529) do
  create_table "large_text_fields", force: :cascade do |t|
    t.string  "field_name", null: false
    t.text    "value", limit: 16_777_215
    t.integer "owner_id",                    null: false
    t.string  "owner_type",                  null: false
  end

  add_index "large_text_fields", %w[owner_type owner_id field_name], name: "large_text_field_by_owner_field", unique: true

  create_table "libraries", force: :cascade do |t|
    t.string "name", null: false
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
large_text_field-1.0.1 test/dummy/db/schema.rb
large_text_field-1.0.0 test/dummy/db/schema.rb
large_text_field-0.3.2 test/dummy/db/schema.rb