Sha256: d1fb00d4dbf70566b6fa5c52175ebfdc0d6781af51f53ab67f4d462feda44f6a

Contents?: true

Size: 1.61 KB

Versions: 47

Compression:

Stored size: 1.61 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: 20150812073447) do

  create_table "categories", force: :cascade do |t|
    t.string   "name"
    t.datetime "created_at", null: false
    t.datetime "updated_at", null: false
  end

  create_table "parts", force: :cascade do |t|
    t.string   "name"
    t.integer  "widget_id"
    t.datetime "created_at", null: false
    t.datetime "updated_at", null: false
  end

  create_table "tags", force: :cascade do |t|
    t.string "name"
  end

  create_table "widget_tags", force: :cascade do |t|
    t.integer "widget_id"
    t.integer "tag_id"
  end

  create_table "widgets", force: :cascade do |t|
    t.integer  "category_id"
    t.string   "column2"
    t.text     "column3"
    t.datetime "column4"
    t.boolean  "column5"
    t.string   "column6"
    t.integer  "column7"
    t.datetime "created_at",  null: false
    t.datetime "updated_at",  null: false
  end

end

Version data entries

47 entries across 47 versions & 1 rubygems

Version Path
express_admin-1.7.29 test/dummy/db/schema.rb
express_admin-1.7.28 test/dummy/db/schema.rb
express_admin-1.7.27 test/dummy/db/schema.rb
express_admin-1.7.26 test/dummy/db/schema.rb
express_admin-1.7.25 test/dummy/db/schema.rb
express_admin-1.7.24 test/dummy/db/schema.rb
express_admin-1.7.23 test/dummy/db/schema.rb
express_admin-1.7.22 test/dummy/db/schema.rb
express_admin-1.7.21 test/dummy/db/schema.rb
express_admin-1.7.20 test/dummy/db/schema.rb
express_admin-1.7.19 test/dummy/db/schema.rb
express_admin-1.7.18 test/dummy/db/schema.rb
express_admin-1.7.17 test/dummy/db/schema.rb
express_admin-1.7.16 test/dummy/db/schema.rb
express_admin-1.7.16.pre1 test/dummy/db/schema.rb
express_admin-1.7.15 test/dummy/db/schema.rb
express_admin-1.7.14 test/dummy/db/schema.rb
express_admin-1.7.13 test/dummy/db/schema.rb
express_admin-1.7.12 test/dummy/db/schema.rb
express_admin-1.7.11 test/dummy/db/schema.rb