Class: CreateVoltronNotificationSmsNotificationAttachments
- Inherits:
-
ActiveRecord::Migration
- Object
- ActiveRecord::Migration
- CreateVoltronNotificationSmsNotificationAttachments
- Defined in:
- lib/generators/templates/db/migrate/create_voltron_notification_sms_notification_attachments.rb
Instance Method Summary collapse
Instance Method Details
#change ⇒ Object
2 3 4 5 6 7 8 9 |
# 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. null: false end end |