Sha256: 7fa30084dfd5dae3d5a2ca55ff06cdc796eb7336418a8d0679ad7ac90216015f
Contents?: true
Size: 187 Bytes
Versions: 61
Compression:
Stored size: 187 Bytes
Contents
class AddCccAndBccToEmail < ActiveRecord::Migration[5.0] def change add_column :emails, :cc, :string, after: 'to_email' add_column :emails, :bcc, :string, after: 'cc' end end
Version data entries
61 entries across 61 versions & 1 rubygems