|
|
|
@ -11,7 +11,7 @@
|
|
|
|
|
#
|
|
|
|
|
# It's strongly recommended to check this file into your version control system.
|
|
|
|
|
|
|
|
|
|
ActiveRecord::Schema.define(:version => 20151218110033) do
|
|
|
|
|
ActiveRecord::Schema.define(:version => 20151229045505) do
|
|
|
|
|
|
|
|
|
|
create_table "activities", :force => true do |t|
|
|
|
|
|
t.integer "act_id", :null => false
|
|
|
|
@ -80,6 +80,27 @@ ActiveRecord::Schema.define(:version => 20151218110033) do
|
|
|
|
|
|
|
|
|
|
add_index "at_messages", ["user_id"], :name => "index_at_messages_on_user_id"
|
|
|
|
|
|
|
|
|
|
create_table "attachment_histories", :force => true do |t|
|
|
|
|
|
t.integer "container_id"
|
|
|
|
|
t.string "container_type"
|
|
|
|
|
t.string "filename", :default => ""
|
|
|
|
|
t.string "disk_filename", :default => ""
|
|
|
|
|
t.integer "filesize", :default => 0
|
|
|
|
|
t.string "content_type", :default => ""
|
|
|
|
|
t.string "digest", :limit => 40, :default => ""
|
|
|
|
|
t.integer "downloads", :default => 0
|
|
|
|
|
t.integer "author_id"
|
|
|
|
|
t.datetime "created_on"
|
|
|
|
|
t.string "description"
|
|
|
|
|
t.string "disk_directory"
|
|
|
|
|
t.integer "attachtype"
|
|
|
|
|
t.integer "is_public"
|
|
|
|
|
t.integer "copy_from"
|
|
|
|
|
t.integer "quotes"
|
|
|
|
|
t.integer "version"
|
|
|
|
|
t.integer "version_id"
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
create_table "attachments", :force => true do |t|
|
|
|
|
|
t.integer "container_id"
|
|
|
|
|
t.string "container_type", :limit => 30
|
|
|
|
@ -97,6 +118,7 @@ ActiveRecord::Schema.define(:version => 20151218110033) do
|
|
|
|
|
t.integer "is_public", :default => 1
|
|
|
|
|
t.integer "copy_from"
|
|
|
|
|
t.integer "quotes"
|
|
|
|
|
t.integer "version", :default => 0
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
add_index "attachments", ["author_id"], :name => "index_attachments_on_author_id"
|
|
|
|
@ -558,26 +580,23 @@ ActiveRecord::Schema.define(:version => 20151218110033) do
|
|
|
|
|
add_index "documents", ["created_on"], :name => "index_documents_on_created_on"
|
|
|
|
|
add_index "documents", ["project_id"], :name => "documents_project_id"
|
|
|
|
|
|
|
|
|
|
create_table "dts", :primary_key => "Num", :force => true do |t|
|
|
|
|
|
t.string "Defect", :limit => 50
|
|
|
|
|
t.string "Category", :limit => 50
|
|
|
|
|
t.string "File"
|
|
|
|
|
t.string "Method"
|
|
|
|
|
t.string "Module", :limit => 20
|
|
|
|
|
t.string "Variable", :limit => 50
|
|
|
|
|
t.integer "StartLine"
|
|
|
|
|
t.integer "IPLine"
|
|
|
|
|
t.string "IPLineCode", :limit => 200
|
|
|
|
|
t.string "Judge", :limit => 15
|
|
|
|
|
t.integer "Review", :limit => 1
|
|
|
|
|
create_table "dts", :force => true do |t|
|
|
|
|
|
t.string "IPLineCode"
|
|
|
|
|
t.string "Description"
|
|
|
|
|
t.text "PreConditions", :limit => 2147483647
|
|
|
|
|
t.text "TraceInfo", :limit => 2147483647
|
|
|
|
|
t.text "Code", :limit => 2147483647
|
|
|
|
|
t.string "Num"
|
|
|
|
|
t.string "Variable"
|
|
|
|
|
t.string "TraceInfo"
|
|
|
|
|
t.string "Method"
|
|
|
|
|
t.string "File"
|
|
|
|
|
t.string "IPLine"
|
|
|
|
|
t.string "Review"
|
|
|
|
|
t.string "Category"
|
|
|
|
|
t.string "Defect"
|
|
|
|
|
t.string "PreConditions"
|
|
|
|
|
t.string "StartLine"
|
|
|
|
|
t.integer "project_id"
|
|
|
|
|
t.datetime "created_at"
|
|
|
|
|
t.datetime "updated_at"
|
|
|
|
|
t.integer "id", :null => false
|
|
|
|
|
t.datetime "created_at", :null => false
|
|
|
|
|
t.datetime "updated_at", :null => false
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
create_table "editor_of_documents", :force => true do |t|
|
|
|
|
@ -926,6 +945,16 @@ ActiveRecord::Schema.define(:version => 20151218110033) do
|
|
|
|
|
|
|
|
|
|
add_index "journal_details", ["journal_id"], :name => "journal_details_journal_id"
|
|
|
|
|
|
|
|
|
|
create_table "journal_details_copy", :force => true do |t|
|
|
|
|
|
t.integer "journal_id", :default => 0, :null => false
|
|
|
|
|
t.string "property", :limit => 30, :default => "", :null => false
|
|
|
|
|
t.string "prop_key", :limit => 30, :default => "", :null => false
|
|
|
|
|
t.text "old_value"
|
|
|
|
|
t.text "value"
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
add_index "journal_details_copy", ["journal_id"], :name => "journal_details_journal_id"
|
|
|
|
|
|
|
|
|
|
create_table "journal_replies", :id => false, :force => true do |t|
|
|
|
|
|
t.integer "journal_id"
|
|
|
|
|
t.integer "user_id"
|
|
|
|
|