lyfeyaj/smart_sms

View on GitHub
lib/generators/smart_sms/templates/add_uid_to_smart_sms_messages.rb

Summary

Maintainability
A
0 mins
Test Coverage
class AddUidToSmartSmsMessages < ActiveRecord::Migration
  def change
    add_column :smart_sms_messages, :uid, :string
    add_index :smart_sms_messages, :uid
  end
end