Sha256: 59d7dc4116d676bae6c8c84cdc21e12a83f19da5ad1f778cd8c2686a7b4ee8c9
Contents?: true
Size: 127 Bytes
Versions: 6
Compression:
Stored size: 127 Bytes
Contents
class AddDummyBlobToQuestions < ActiveRecord::Migration def change add_column :questions, :dummy_blob, :string end end
Version data entries
6 entries across 6 versions & 2 rubygems