All basic question types
This commit is contained in:
parent
3e1e5618ca
commit
4fe218166f
51 changed files with 760 additions and 92 deletions
6
db/migrate/20250426200114_question_question_kind.rb
Normal file
6
db/migrate/20250426200114_question_question_kind.rb
Normal file
|
@ -0,0 +1,6 @@
|
|||
class QuestionQuestionKind < ActiveRecord::Migration[8.0]
|
||||
def change
|
||||
rename_column :questions, :kind, :answer_kind
|
||||
add_column :questions, :question_kind, :integer, null: false, default: 0
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue