Sha256: 153bd20950db4ecedfe402ba54e07f1ed037f1f5931f568bc6566bd49001c308

Contents?: true

Size: 1.59 KB

Versions: 7

Compression:

Stored size: 1.59 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 => 20130311085700) do

  create_table "dynamic_menu_translations", :force => true do |t|
    t.integer  "dynamic_menu_id"
    t.string   "locale"
    t.string   "title"
    t.datetime "created_at",      :null => false
    t.datetime "updated_at",      :null => false
  end

  add_index "dynamic_menu_translations", ["dynamic_menu_id"], :name => "index_dynamic_menu_translations_on_dynamic_menu_id"
  add_index "dynamic_menu_translations", ["locale"], :name => "index_dynamic_menu_translations_on_locale"

  create_table "dynamic_menus", :force => true do |t|
    t.integer "dynamic_menu_id"
    t.string  "idstr"
    t.string  "url"
    t.integer "sort"
  end

  create_table "users", :force => true do |t|
    t.string   "username"
    t.string   "password"
    t.datetime "created_at", :null => false
    t.datetime "updated_at", :null => false
  end

end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
dynamic_menus-0.0.8 test/dummy/db/schema.rb
dynamic_menus-0.0.7 test/dummy/db/schema.rb
dynamic_menus-0.0.6 test/dummy/db/schema.rb
dynamic_menus-0.0.5 test/dummy/db/schema.rb
dynamic_menus-0.0.4 test/dummy/db/schema.rb
dynamic_menus-0.0.3 test/dummy/db/schema.rb
dynamic_menus-0.0.2 test/dummy/db/schema.rb