Sha256: 6a76d58ba0c7463c0b6315df9c9625546eea135ee4cbaabb121ef3f1cc79eeed
Contents?: true
Size: 129 Bytes
Versions: 6
Compression:
Stored size: 129 Bytes
Contents
class AddReportCodeToQuestions < ActiveRecord::Migration def change add_column :questions, :report_code, :string end end
Version data entries
6 entries across 6 versions & 2 rubygems