Sha256: 0081516e3dddd2d2a795ea707f07477777a04efc4b661fb24df7629e376b5d4b
Contents?: true
Size: 147 Bytes
Versions: 37
Compression:
Stored size: 147 Bytes
Contents
class AddCaptionToContentVideo < ActiveRecord::Migration[5.0] def change add_column :content_videos, :caption, :text, after: 'url' end end
Version data entries
37 entries across 37 versions & 1 rubygems