自动生成文件

cxt_course
Tim 9 years ago
parent 3deaa492b2
commit ef05867e6e

@ -99,6 +99,8 @@ ActiveRecord::Schema.define(:version => 20160303103231) do
t.integer "quotes"
t.integer "version"
t.integer "attachment_id"
t.integer "is_publish", :default => 1
t.date "publish_time"
end
create_table "attachments", :force => true do |t|
@ -1277,7 +1279,6 @@ ActiveRecord::Schema.define(:version => 20160303103231) do
t.text "description"
t.integer "creator_id"
t.integer "home_id"
t.string "domain"
t.boolean "is_public"
t.datetime "created_at", :null => false
t.datetime "updated_at", :null => false
@ -1385,7 +1386,6 @@ ActiveRecord::Schema.define(:version => 20160303103231) do
t.integer "changeset_num", :default => 0
t.integer "board_message_num", :default => 0
t.integer "board_num", :default => 0
t.integer "act_num", :default => 0
t.integer "attach_num", :default => 0
t.datetime "commit_time"
end

Loading…
Cancel
Save