Sha256: 47b5a97670ec70108618fcf7b02ed9fc87926142f8bb6d3b1f0ab97277552e6f
Contents?: true
Size: 203 Bytes
Versions: 54
Compression:
Stored size: 203 Bytes
Contents
class AddValidationRegexToPatientSurveyQuestions < ActiveRecord::Migration[5.2] def change within_renalware_schema do add_column :survey_questions, :validation_regex, :text end end end
Version data entries
54 entries across 54 versions & 1 rubygems