Sha256: 94f7436b5245b13ae02f3a552134f402d9206ca04e6131e6b2ffc23956772963
Contents?: true
Size: 234 Bytes
Versions: 1
Compression:
Stored size: 234 Bytes
Contents
class CreateEmailResponses < ActiveRecord::Migration def change create_table :email_responses do |t| t.string :email t.text :extra_info t.integer :response_type t.timestamps null: false end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
aws_email_bounce-0.1.1 | db/migrate/20160830102515_create_email_responses.rb |