Sha256: 73133669f3aa1dbbbc3f0d1649cfcb0ad45dd2167dea7b7626313729cc8e80fe
Contents?: true
Size: 496 Bytes
Versions: 7
Compression:
Stored size: 496 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.string :error_code t.timestamps null: false end add_index :voltron_notification_sms_notifications, :sid, unique: true end end
Version data entries
7 entries across 7 versions & 1 rubygems