Sha256: 3d27712f669b62d989dc2b678780be9a297095d8696ba9c2b5775132317216bd

Contents?: true

Size: 1.92 KB

Versions: 10

Compression:

Stored size: 1.92 KB

Contents

# This file is auto-generated from the current state of the database. Instead of editing this file, 
# please use the migrations feature of ActiveRecord 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 => 12) do

  create_table "accounts", :force => true do |t|
    t.string "name"
  end

  create_table "comments", :force => true do |t|
    t.integer "post_id"
    t.string  "author"
    t.text    "body"
  end

  create_table "images", :force => true do |t|
    t.integer  "user_id"
    t.datetime "created_at"
    t.datetime "updated_at"
  end

  create_table "options", :force => true do |t|
    t.integer "product_id"
    t.integer "account_id"
    t.string  "title"
  end

  create_table "photos", :force => true do |t|
    t.string  "title"
    t.integer "account_id"
  end

  create_table "photos_tags", :force => true do |t|
    t.integer "photo_id"
    t.integer "tag_id"
  end

  create_table "posts", :force => true do |t|
    t.string "title", :default => ""
    t.text   "body"
  end

  create_table "products", :force => true do |t|
    t.string "name"
  end

  create_table "projects", :force => true do |t|
    t.string "title"
  end

  create_table "somethings", :force => true do |t|
    t.string "title"
  end

  create_table "tags", :force => true do |t|
    t.string "name"
  end

  create_table "users", :force => true do |t|
    t.datetime "created_at"
    t.datetime "updated_at"
  end

end

Version data entries

10 entries across 10 versions & 4 rubygems

Version Path
akitaonrails-resource_controller-0.5.2 test/db/schema.rb
giraffesoft-resource_controller-0.4.10 test/db/schema.rb
giraffesoft-resource_controller-0.4.12 test/db/schema.rb
giraffesoft-resource_controller-0.5.2 test/db/schema.rb
giraffesoft-resource_controller-0.5.3 test/db/schema.rb
nileshtrivedi-lp_resource_builder-0.5.1 test/db/schema.rb
resource_controller-0.5.3 test/db/schema.rb
resource_controller-0.5.1 test/db/schema.rb
resource_controller-0.5.0 test/db/schema.rb
resource_controller-0.5.2 test/db/schema.rb