Sha256: b8c99d54fcc3fcec179f54217af960c35033ecd909ad81b6129c8b21406db29d
Contents?: true
Size: 1.89 KB
Versions: 4
Compression:
Stored size: 1.89 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 => 20120502085558) do create_table "customize_characters", :force => true do |t| t.string "key" t.string "value_type" t.text "value" t.string "related_type" t.integer "related_id" end add_index "customize_characters", ["related_type", "related_id"], :name => "index_customize_characters_on_related_type_and_related_id" create_table "customize_formulars", :force => true do |t| t.string "name" t.string "calculator_name" t.text "comment" t.text "calculator_attributes" t.string "related_type" t.integer "related_id" end add_index "customize_formulars", ["related_type", "related_id"], :name => "index_customize_formulars_on_related_type_and_related_id" create_table "customize_inherit_nodes", :force => true do |t| t.integer "node_id" t.string "node_type" t.integer "left" t.integer "right" t.integer "parent_id" end add_index "customize_inherit_nodes", ["node_type", "node_id"], :name => "index_customize_inherit_nodes_on_node_type_and_node_id" add_index "customize_inherit_nodes", ["parent_id"], :name => "index_customize_inherit_nodes_on_parent_id" end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
customize-0.0.8 | spec/dummy/db/schema.rb |
customize-0.0.7 | spec/dummy/db/schema.rb |
customize-0.0.6 | spec/dummy/db/schema.rb |
customize-0.0.5 | spec/dummy/db/schema.rb |