Sha256: b7520e5a256e198aed93f5a80843300691382f8cb5f751a1ac775bedb1b6aaf3

Contents?: true

Size: 394 Bytes

Versions: 4

Compression:

Stored size: 394 Bytes

Contents

class CreateVoltronNotificationSmsNotifications < ActiveRecord::Migration
  def change
    create_table :voltron_notification_sms_notifications do |t|
      t.string :to
      t.string :from
      t.text :message
      t.text :request_json
      t.text :response_json
      t.integer :notification_id
      t.string :status
      t.string :sid

      t.timestamps null: false
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
voltron-notify-0.1.4 lib/generators/templates/db/migrate/create_voltron_notification_sms_notifications.rb
voltron-notify-0.1.3 lib/generators/templates/db/migrate/create_voltron_notification_sms_notifications.rb
voltron-notify-0.1.5 lib/generators/templates/db/migrate/create_voltron_notification_sms_notifications.rb
voltron-notify-0.1.2 lib/generators/templates/db/migrate/create_voltron_notification_sms_notifications.rb