Sha256: fe2d4fba4c3d59ef699da4ba8aba26b6f81ceb96f93a355136d5862806c1238c
Contents?: true
Size: 1.9 KB
Versions: 5
Compression:
Stored size: 1.9 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 to check this file into your version control system. ActiveRecord::Schema.define(:version => 20140123230639) do create_table "friendly_id_slugs", :force => true do |t| t.string "slug", :null => false t.integer "sluggable_id", :null => false t.string "sluggable_type", :limit => 50 t.string "scope" t.datetime "created_at" end add_index "friendly_id_slugs", ["slug", "sluggable_type", "scope"], :name => "index_friendly_id_slugs_on_slug_and_sluggable_type_and_scope", :unique => true add_index "friendly_id_slugs", ["slug", "sluggable_type"], :name => "index_friendly_id_slugs_on_slug_and_sluggable_type" add_index "friendly_id_slugs", ["sluggable_id"], :name => "index_friendly_id_slugs_on_sluggable_id" add_index "friendly_id_slugs", ["sluggable_type"], :name => "index_friendly_id_slugs_on_sluggable_type" create_table "fuel_posts", :force => true do |t| t.string "tag" t.string "author" t.text "content" t.string "title" t.string "slug" t.boolean "published", :default => true t.datetime "created_at" t.datetime "updated_at" end add_index "fuel_posts", ["slug"], :name => "index_fuel_posts_on_slug", :unique => true end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
fuel-0.2.5 | test/dummy/db/schema.rb |
fuel-0.2.4 | test/dummy/db/schema.rb |
fuel-0.2.3 | test/dummy/db/schema.rb |
fuel-0.2.2 | test/dummy/db/schema.rb |
fuel-0.2.1 | test/dummy/db/schema.rb |