|
|
|
@ -11,7 +11,7 @@
|
|
|
|
|
#
|
|
|
|
|
# It's strongly recommended to check this file into your version control system.
|
|
|
|
|
|
|
|
|
|
ActiveRecord::Schema.define(:version => 20130801081314) do
|
|
|
|
|
ActiveRecord::Schema.define(:version => 20130802011758) do
|
|
|
|
|
|
|
|
|
|
create_table "a_user_watchers", :force => true do |t|
|
|
|
|
|
t.string "name"
|
|
|
|
@ -516,13 +516,12 @@ ActiveRecord::Schema.define(:version => 20130801081314) do
|
|
|
|
|
add_index "settings", ["name"], :name => "index_settings_on_name"
|
|
|
|
|
|
|
|
|
|
create_table "shares", :force => true do |t|
|
|
|
|
|
t.string "access_token"
|
|
|
|
|
t.string "comment"
|
|
|
|
|
t.string "url"
|
|
|
|
|
t.date "created_on"
|
|
|
|
|
t.string "title"
|
|
|
|
|
t.integer "share_type"
|
|
|
|
|
t.datetime "created_at", :null => false
|
|
|
|
|
t.datetime "updated_at", :null => false
|
|
|
|
|
t.string "share_type"
|
|
|
|
|
t.string "url"
|
|
|
|
|
t.datetime "created_at", :null => false
|
|
|
|
|
t.datetime "updated_at", :null => false
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
create_table "students", :force => true do |t|
|
|
|
|
@ -587,6 +586,22 @@ ActiveRecord::Schema.define(:version => 20130801081314) do
|
|
|
|
|
t.integer "fields_bits", :default => 0
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
create_table "user_extensions", :force => true do |t|
|
|
|
|
|
t.integer "user_id"
|
|
|
|
|
t.text "brief_introduction"
|
|
|
|
|
t.text "gender"
|
|
|
|
|
t.date "birthdate"
|
|
|
|
|
t.text "occupation"
|
|
|
|
|
t.text "location"
|
|
|
|
|
t.integer "zip_code"
|
|
|
|
|
t.float "work_experitions"
|
|
|
|
|
t.integer "qq"
|
|
|
|
|
t.integer "praise_num"
|
|
|
|
|
t.integer "tread_num"
|
|
|
|
|
t.datetime "created_at", :null => false
|
|
|
|
|
t.datetime "updated_at", :null => false
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
create_table "user_preferences", :force => true do |t|
|
|
|
|
|
t.integer "user_id", :default => 0, :null => false
|
|
|
|
|
t.text "others"
|
|
|
|
|