Add creation/update times to qanswers
This commit is contained in:
parent
0894d9ec29
commit
c7271780f2
2 changed files with 8 additions and 0 deletions
|
|
@ -277,6 +277,8 @@ ActiveRecord::Schema.define(version: 20141130182139) do
|
|||
create_table "qanswers", force: true do |t|
|
||||
t.integer "question_id"
|
||||
t.integer "answer_id"
|
||||
t.datetime "created_at"
|
||||
t.datetime "updated_at"
|
||||
end
|
||||
|
||||
create_table "qanswers_registrations", id: false, force: true do |t|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue