Show More
Commit Description:
modernize problem
Commit Description:
modernize problem
File last commit:
Show/Diff file:
Action:
db/migrate/20220927074644_add_description_to_problems.rb | 6 lines | 177 B | text/x-ruby | RubyLexer |
class AddDescriptionToProblems < ActiveRecord::Migration[7.0]
def change
add_column :problems, :description, :text
add_column :problems, :markdown, :boolean
end
end