class CreateVoltronNotificationSmsNotificationAttachments
Public Instance Methods
change()
click to toggle source
# File lib/generators/templates/db/migrate/create_voltron_notification_sms_notification_attachments.rb, line 2 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