Sha256: aad29d68ff3c64550999aac0a2d4da3e273dfb3d3a1e040b607b88e273fdc536
Contents?: true
Size: 318 Bytes
Versions: 20
Compression:
Stored size: 318 Bytes
Contents
class AddLabelAbbrvToSurveyQuestions < ActiveRecord::Migration[5.2] within_renalware_schema do def change add_column( :survey_questions, :label_abbrv, :string, comment: "If populated, used instead of label when displaying the table, to save space" ) end end end
Version data entries
20 entries across 20 versions & 1 rubygems