Sha256: 85fa46cbcf29bb49ac0f8761d31c5fe56f6c9115839522c85ebc90e3a518e83b
Contents?: true
Size: 216 Bytes
Versions: 42
Compression:
Stored size: 216 Bytes
Contents
class CreateClarkKentReportEmails < ActiveRecord::Migration def change create_table :clark_kent_report_emails do |t| t.integer :report_id t.string :when_to_send t.string :name end end end
Version data entries
42 entries across 42 versions & 1 rubygems