|
|
|
@@ -2,35 +2,34 @@ |
|
|
|
# |
|
|
|
# Table name: user_extensions |
|
|
|
# |
|
|
|
# id :integer not null, primary key |
|
|
|
# user_id :integer not null |
|
|
|
# birthday :date |
|
|
|
# brief_introduction :string(255) |
|
|
|
# gender :integer |
|
|
|
# location :string(255) |
|
|
|
# occupation :string(255) |
|
|
|
# work_experience :integer |
|
|
|
# zip_code :integer |
|
|
|
# created_at :datetime not null |
|
|
|
# updated_at :datetime not null |
|
|
|
# technical_title :string(255) |
|
|
|
# identity :integer |
|
|
|
# student_id :string(255) |
|
|
|
# teacher_realname :string(255) |
|
|
|
# student_realname :string(255) |
|
|
|
# location_city :string(255) |
|
|
|
# school_id :integer |
|
|
|
# description :string(255) default("") |
|
|
|
# department_id :integer |
|
|
|
# honor :text(65535) |
|
|
|
# edu_background :integer |
|
|
|
# edu_entry_year :integer |
|
|
|
# province :string(255) |
|
|
|
# city :string(255) |
|
|
|
# custom_department :string(255) |
|
|
|
# show_email :boolean default("0") |
|
|
|
# show_location :boolean default("0") |
|
|
|
# show_department :boolean default("0") |
|
|
|
# id :integer not null, primary key |
|
|
|
# user_id :integer not null |
|
|
|
# birthday :date |
|
|
|
# brief_introduction :string(255) |
|
|
|
# gender :integer |
|
|
|
# location :string(255) |
|
|
|
# occupation :string(255) |
|
|
|
# work_experience :integer |
|
|
|
# zip_code :integer |
|
|
|
# created_at :datetime not null |
|
|
|
# updated_at :datetime not null |
|
|
|
# technical_title :string(255) |
|
|
|
# identity :integer |
|
|
|
# student_id :string(255) |
|
|
|
# teacher_realname :string(255) |
|
|
|
# student_realname :string(255) |
|
|
|
# location_city :string(255) |
|
|
|
# school_id :integer |
|
|
|
# description :string(255) default("") |
|
|
|
# department_id :integer |
|
|
|
# province :string(255) |
|
|
|
# city :string(255) |
|
|
|
# custom_department :string(255) |
|
|
|
# show_email :boolean default("0") |
|
|
|
# show_location :boolean default("0") |
|
|
|
# show_department :boolean default("0") |
|
|
|
# super_description :text(4294967295) |
|
|
|
# show_super_description :boolean |
|
|
|
# |
|
|
|
# Indexes |
|
|
|
# |
|
|
|
|