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