Sha256: 8e2778303daf35a796d0fa8ee52c93770c8a95ea972a36ca7fa166dfa8d249cf

Contents?: true

Size: 369 Bytes

Versions: 37

Compression:

Stored size: 369 Bytes

Contents

class <%= migration_name %> < ActiveRecord::Migration
  def self.up
    create_table :<%= table_name %> do |t|
      t.column :from, :string
      t.column :to, :string
      t.column :last_send_attempt, :integer, :default => 0
      t.column :mail, :text
      t.column :created_on, :datetime
    end
  end

  def self.down
    drop_table :<%= table_name %>
  end
end

Version data entries

37 entries across 37 versions & 14 rubygems

Version Path
adzap-ar_mailer-2.1.1 generators/ar_mailer/templates/migration.rb
adzap-ar_mailer-2.1.2 generators/ar_mailer/templates/migration.rb
adzap-ar_mailer-2.1.3 generators/ar_mailer/templates/migration.rb
adzap-ar_mailer-2.1.4 generators/ar_mailer/templates/migration.rb
humanzz-ar_mailer-2.1.4 generators/ar_mailer/templates/migration.rb
laserlemon-ar_mailer-2.1.5 generators/ar_mailer/templates/migration.rb
maedana-ar_mailer-2.1.5.1 generators/ar_mailer/templates/migration.rb
maedana-ar_mailer-2.1.5 generators/ar_mailer/templates/migration.rb
adzap-ar_mailer-2.1.10 generators/ar_mailer/templates/migration.rb
adzap-ar_mailer-2.1.9 generators/ar_mailer/templates/migration.rb
flipstone-ar_mailer-3.0.1 generators/ar_mailer/templates/migration.rb
flipstone-ar_mailer-3.0.0 generators/ar_mailer/templates/migration.rb
foresth-ar_mailer-2.1.8 generators/ar_mailer/templates/migration.rb
fishman-ar_mailer-2.1.9 generators/ar_mailer/templates/migration.rb
maedana-ar_mailer-2.1.6.3 generators/ar_mailer/templates/migration.rb
foreverman-ar_mailer-2.1.9 generators/ar_mailer/templates/migration.rb
axtro-ar_mailer-2.2.0 generators/ar_mailer/templates/migration.rb
zendesk-ar_mailer-2.1.7 generators/ar_mailer/templates/migration.rb
VvanGemert-ar_mailer-2.2.0 generators/ar_mailer/templates/migration.rb
zendesk-ar_mailer-2.1.6 generators/ar_mailer/templates/migration.rb