Sha256: ff358c949a31ae413575c22df7c8ea8f03344a04c234bb6aa09fd2a0e40a1c45
Contents?: true
Size: 152 Bytes
Versions: 8
Compression:
Stored size: 152 Bytes
Contents
class AddFullNameTranscriptionToProfile < ActiveRecord::Migration[5.2] def change add_column :profiles, :full_name_transcription, :text end end
Version data entries
8 entries across 8 versions & 8 rubygems