A simple Tsugi tool to prompt users to respond to short answer questions.
- Rename SetID to qw_id and update primary key
- Rename UserID to user_id and make not null
- Make context_id not null
- Make link_id not null
- Rename Modified to modified
- Move all data from qw_questions to qw_question into correct columns with new names
- Rename AnswerID to answer_id
- Rename UserID to user_id and make not null
- Remove SetID
- Rename QID to question_id and make not null
- Rename Answer to answer_txt
- Rename Modified to modified