|
|
@ -379,6 +379,7 @@ ActiveRecord::Schema.define(:version => 20140714081030) do
|
|
|
|
t.text "description"
|
|
|
|
t.text "description"
|
|
|
|
t.datetime "created_on"
|
|
|
|
t.datetime "created_on"
|
|
|
|
t.integer "user_id", :default => 0
|
|
|
|
t.integer "user_id", :default => 0
|
|
|
|
|
|
|
|
t.integer "is_public", :default => 1
|
|
|
|
end
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
|
|
add_index "documents", ["category_id"], :name => "index_documents_on_category_id"
|
|
|
|
add_index "documents", ["category_id"], :name => "index_documents_on_category_id"
|
|
|
|