All basic question types
This commit is contained in:
parent
3e1e5618ca
commit
4fe218166f
51 changed files with 760 additions and 92 deletions
5
db/migrate/20250426202311_question_asset_name.rb
Normal file
5
db/migrate/20250426202311_question_asset_name.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class QuestionAssetName < ActiveRecord::Migration[8.0]
|
||||
def change
|
||||
add_column :questions, :asset_name, :string, null: true
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue