Sha256: 652eb7074f24a74bedde1201f21e7ea3149f6bb36c110282d61abbb7310fb06d
Contents?: true
Size: 205 Bytes
Versions: 41
Compression:
Stored size: 205 Bytes
Contents
class AddPatientQuestionTextToSurveyResponses < ActiveRecord::Migration[5.2] def change within_renalware_schema do add_column :survey_responses, :patient_question_text, :text end end end
Version data entries
41 entries across 41 versions & 1 rubygems