Sha256: 41d85f9b5941b301c3165a4aecef4c6b178b4f9510c50c45ba7a3ef1a859d291
Contents?: true
Size: 286 Bytes
Versions: 11
Compression:
Stored size: 286 Bytes
Contents
class CreateVoltronNotificationSmsNotificationAttachments < ActiveRecord::Migration def change create_table :voltron_notification_sms_notification_attachments do |t| t.integer :sms_notification_id t.string :attachment t.timestamps null: false end end end
Version data entries
11 entries across 11 versions & 1 rubygems