Sha256: 9eb10edb2a0c6159c759c18a317ec002125911ba5de276dc5ad6874e3327af9e

Contents?: true

Size: 1.08 KB

Versions: 14

Compression:

Stored size: 1.08 KB

Contents

# encoding: UTF-8
# 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: 20151028194232) do

  create_table "testings", force: :cascade do |t|
    t.string   "greeting"
    t.integer  "age"
    t.boolean  "happy"
    t.datetime "created_at",                        null: false
    t.datetime "updated_at",                        null: false
    t.string   "color",      default: "chartreuse"
  end

end

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
bulk_insert-1.9.0 test/dummy/db/schema.rb
bulk_insert-1.8.2 test/dummy/db/schema.rb
bulk_insert2-1.0.0 test/dummy/db/schema.rb
bulk_insert-1.8.1 test/dummy/db/schema.rb
bulk_insert-1.8.0 test/dummy/db/schema.rb
bulk_insert-1.7.0 test/dummy/db/schema.rb
bulk_insert-1.6.0 test/dummy/db/schema.rb
bulk_insert-1.5.0 test/dummy/db/schema.rb
bulk_insert-1.4.0 test/dummy/db/schema.rb
bulk_insert-1.3.0 test/dummy/db/schema.rb
bulk_insert-1.2.1 test/dummy/db/schema.rb
bulk_insert-1.2.0 test/dummy/db/schema.rb
bulk_insert-1.1.1 test/dummy/db/schema.rb
bulk_insert-1.1.0 test/dummy/db/schema.rb