Sha256: 596e7f3fea96eb637e64ecb3e766a944190c08e0dac1d3422ce4da8b1c204874

Contents?: true

Size: 1.44 KB

Versions: 12

Compression:

Stored size: 1.44 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: 20140303015133) do

  create_table "blogelator_posts", force: true do |t|
    t.string   "title",         default: "", null: false
    t.integer  "author_id"
    t.text     "body_html",     default: "", null: false
    t.text     "body_markdown", default: "", null: false
    t.datetime "created_at"
    t.datetime "updated_at"
    t.string   "slug"
    t.datetime "published_at"
    t.text     "summary",       default: "", null: false
  end

  create_table "blogelator_tags", force: true do |t|
    t.string   "name"
    t.integer  "post_id"
    t.datetime "created_at"
    t.datetime "updated_at"
  end

  add_index "blogelator_tags", ["post_id"], name: "index_blogelator_tags_on_post_id"

end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
blogelator-0.2.5 spec/dummy/db/schema.rb
blogelator-0.2.4 spec/dummy/db/schema.rb
blogelator-0.2.3 spec/dummy/db/schema.rb
blogelator-0.2.2 spec/dummy/db/schema.rb
blogelator-0.2.1 spec/dummy/db/schema.rb
blogelator-0.1.6 spec/dummy/db/schema.rb
blogelator-0.1.5 spec/dummy/db/schema.rb
blogelator-0.1.4 spec/dummy/db/schema.rb
blogelator-0.1.3 spec/dummy/db/schema.rb
blogelator-0.1.2 spec/dummy/db/schema.rb
blogelator-0.1.1 spec/dummy/db/schema.rb
blogelator-0.1.0 spec/dummy/db/schema.rb