Sha256: dc994ff466b8a6debb739d3d86e0295bcd921e2a5272fd0af0868b927bb659e8
Contents?: true
Size: 299 Bytes
Versions: 7
Compression:
Stored size: 299 Bytes
Contents
class CreateSentMailings < ActiveRecord::Migration def self.up create_table :sent_mailings do |t| t.string :name t.integer :sent_mailing_pdf_id t.integer :mailing_id t.timestamps t.userstamps end end def self.down drop_table :sent_mailings end end
Version data entries
7 entries across 7 versions & 1 rubygems