wp25_schema.rb
上传用户:netsea168
上传日期:2022-07-22
资源大小:4652k
文件大小:10k
源码类别:

Ajax

开发平台:

Others

  1. # This file is auto-generated from the current state of the database. Instead of editing this file, 
  2. # please use the migrations feature of Active Record to incrementally modify your database, and
  3. # then regenerate this schema definition.
  4. #
  5. # Note that this schema.rb definition is the authoritative source for your database schema. If you need
  6. # to create the application database on another system, you should be using db:schema:load, not running
  7. # all the migrations from scratch. The latter is a flawed and unsustainable approach (the more migrations
  8. # you'll amass, the slower it'll run and the greater likelihood for issues).
  9. #
  10. # It's strongly recommended to check this file into your version control system.
  11. ActiveRecord::Schema.define(:version => 0) do
  12.   create_table "wp_comments", :primary_key => "comment_ID", :force => true do |t|
  13.     t.integer  "comment_post_ID",                     :default => 0,   :null => false
  14.     t.text     "comment_author",       :limit => 255,                  :null => false
  15.     t.string   "comment_author_email", :limit => 100, :default => "",  :null => false
  16.     t.string   "comment_author_url",   :limit => 200, :default => "",  :null => false
  17.     t.string   "comment_author_IP",    :limit => 100, :default => "",  :null => false
  18.     t.datetime "comment_date",                                         :null => false
  19.     t.datetime "comment_date_gmt",                                     :null => false
  20.     t.text     "comment_content",                                      :null => false
  21.     t.integer  "comment_karma",                       :default => 0,   :null => false
  22.     t.string   "comment_approved",     :limit => 20,  :default => "1", :null => false
  23.     t.string   "comment_agent",                       :default => "",  :null => false
  24.     t.string   "comment_type",         :limit => 20,  :default => "",  :null => false
  25.     t.integer  "comment_parent",       :limit => 8,   :default => 0,   :null => false
  26.     t.integer  "user_id",              :limit => 8,   :default => 0,   :null => false
  27.   end
  28.   add_index "wp_comments", ["comment_approved", "comment_date_gmt"], :name => "comment_approved_date_gmt"
  29.   add_index "wp_comments", ["comment_approved"], :name => "comment_approved"
  30.   add_index "wp_comments", ["comment_date_gmt"], :name => "comment_date_gmt"
  31.   add_index "wp_comments", ["comment_post_ID"], :name => "comment_post_ID"
  32.   create_table "wp_links", :primary_key => "link_id", :force => true do |t|
  33.     t.string   "link_url",                             :default => "",  :null => false
  34.     t.string   "link_name",                            :default => "",  :null => false
  35.     t.string   "link_image",                           :default => "",  :null => false
  36.     t.string   "link_target",      :limit => 25,       :default => "",  :null => false
  37.     t.integer  "link_category",    :limit => 8,        :default => 0,   :null => false
  38.     t.string   "link_description",                     :default => "",  :null => false
  39.     t.string   "link_visible",     :limit => 20,       :default => "Y", :null => false
  40.     t.integer  "link_owner",                           :default => 1,   :null => false
  41.     t.integer  "link_rating",                          :default => 0,   :null => false
  42.     t.datetime "link_updated",                                          :null => false
  43.     t.string   "link_rel",                             :default => "",  :null => false
  44.     t.text     "link_notes",       :limit => 16777215,                  :null => false
  45.     t.string   "link_rss",                             :default => "",  :null => false
  46.   end
  47.   add_index "wp_links", ["link_category"], :name => "link_category"
  48.   add_index "wp_links", ["link_visible"], :name => "link_visible"
  49.   create_table "wp_options", :primary_key => "option_id", :force => true do |t|
  50.     t.integer "blog_id",                            :default => 0,     :null => false
  51.     t.string  "option_name",  :limit => 64,         :default => "",    :null => false
  52.     t.text    "option_value", :limit => 2147483647,                    :null => false
  53.     t.string  "autoload",     :limit => 20,         :default => "yes", :null => false
  54.   end
  55.   add_index "wp_options", ["option_name"], :name => "option_name"
  56.   create_table "wp_postmeta", :primary_key => "meta_id", :force => true do |t|
  57.     t.integer "post_id",    :limit => 8,          :default => 0, :null => false
  58.     t.string  "meta_key"
  59.     t.text    "meta_value", :limit => 2147483647
  60.   end
  61.   add_index "wp_postmeta", ["meta_key"], :name => "meta_key"
  62.   add_index "wp_postmeta", ["post_id"], :name => "post_id"
  63.   create_table "wp_posts", :primary_key => "ID", :force => true do |t|
  64.     t.integer  "post_author",           :limit => 8,          :default => 0,         :null => false
  65.     t.datetime "post_date",                                                          :null => false
  66.     t.datetime "post_date_gmt",                                                      :null => false
  67.     t.text     "post_content",          :limit => 2147483647,                        :null => false
  68.     t.text     "post_title",                                                         :null => false
  69.     t.integer  "post_category",                               :default => 0,         :null => false
  70.     t.text     "post_excerpt",                                                       :null => false
  71.     t.string   "post_status",           :limit => 20,         :default => "publish", :null => false
  72.     t.string   "comment_status",        :limit => 20,         :default => "open",    :null => false
  73.     t.string   "ping_status",           :limit => 20,         :default => "open",    :null => false
  74.     t.string   "post_password",         :limit => 20,         :default => "",        :null => false
  75.     t.string   "post_name",             :limit => 200,        :default => "",        :null => false
  76.     t.text     "to_ping",                                                            :null => false
  77.     t.text     "pinged",                                                             :null => false
  78.     t.datetime "post_modified",                                                      :null => false
  79.     t.datetime "post_modified_gmt",                                                  :null => false
  80.     t.text     "post_content_filtered",                                              :null => false
  81.     t.integer  "post_parent",           :limit => 8,          :default => 0,         :null => false
  82.     t.string   "guid",                                        :default => "",        :null => false
  83.     t.integer  "menu_order",                                  :default => 0,         :null => false
  84.     t.string   "post_type",             :limit => 20,         :default => "post",    :null => false
  85.     t.string   "post_mime_type",        :limit => 100,        :default => "",        :null => false
  86.     t.integer  "comment_count",         :limit => 8,          :default => 0,         :null => false
  87.   end
  88.   add_index "wp_posts", ["post_name"], :name => "post_name"
  89.   add_index "wp_posts", ["post_type", "post_status", "post_date", "ID"], :name => "type_status_date"
  90.   create_table "wp_term_relationships", :id => false, :force => true do |t|
  91.     t.integer "object_id",        :limit => 8, :default => 0, :null => false
  92.     t.integer "term_taxonomy_id", :limit => 8, :default => 0, :null => false
  93.     t.integer "term_order",                    :default => 0, :null => false
  94.   end
  95.   add_index "wp_term_relationships", ["term_taxonomy_id"], :name => "term_taxonomy_id"
  96.   create_table "wp_term_taxonomy", :primary_key => "term_taxonomy_id", :force => true do |t|
  97.     t.integer "term_id",     :limit => 8,          :default => 0,  :null => false
  98.     t.string  "taxonomy",    :limit => 32,         :default => "", :null => false
  99.     t.text    "description", :limit => 2147483647,                 :null => false
  100.     t.integer "parent",      :limit => 8,          :default => 0,  :null => false
  101.     t.integer "count",       :limit => 8,          :default => 0,  :null => false
  102.   end
  103.   add_index "wp_term_taxonomy", ["term_id", "taxonomy"], :name => "term_id_taxonomy", :unique => true
  104.   create_table "wp_terms", :primary_key => "term_id", :force => true do |t|
  105.     t.string  "name",       :limit => 55,  :default => "", :null => false
  106.     t.string  "slug",       :limit => 200, :default => "", :null => false
  107.     t.integer "term_group", :limit => 8,   :default => 0,  :null => false
  108.   end
  109.   add_index "wp_terms", ["slug"], :name => "slug", :unique => true
  110.   create_table "wp_usermeta", :primary_key => "umeta_id", :force => true do |t|
  111.     t.integer "user_id",    :limit => 8,          :default => 0, :null => false
  112.     t.string  "meta_key"
  113.     t.text    "meta_value", :limit => 2147483647
  114.   end
  115.   add_index "wp_usermeta", ["meta_key"], :name => "usermeta_meta_key"
  116.   add_index "wp_usermeta", ["user_id"], :name => "user_id"
  117.   create_table "wp_users", :primary_key => "ID", :force => true do |t|
  118.     t.string   "user_login",          :limit => 60,  :default => "", :null => false
  119.     t.string   "user_pass",           :limit => 64,  :default => "", :null => false
  120.     t.string   "user_nicename",       :limit => 50,  :default => "", :null => false
  121.     t.string   "user_email",          :limit => 100, :default => "", :null => false
  122.     t.string   "user_url",            :limit => 100, :default => "", :null => false
  123.     t.datetime "user_registered",                                    :null => false
  124.     t.string   "user_activation_key", :limit => 60,  :default => "", :null => false
  125.     t.integer  "user_status",                        :default => 0,  :null => false
  126.     t.string   "display_name",        :limit => 250, :default => "", :null => false
  127.   end
  128.   add_index "wp_users", ["user_login"], :name => "user_login_key"
  129.   add_index "wp_users", ["user_nicename"], :name => "user_nicename"
  130. end