Sha256: 0dc442cde8d5b58ecf0e01f08a89822fd63580f069aa67946041433cbb2d6c0a
Contents?: true
Size: 527 Bytes
Versions: 4
Compression:
Stored size: 527 Bytes
Contents
class CreateActionSmserDeliveryReports < ActiveRecord::Migration[4.2] def change create_table :action_smser_delivery_reports do |t| t.string :msg_id t.string :status t.datetime :status_updated_at t.string :sms_type t.text :log t.string :to t.string :from t.string :body t.string :gateway t.integer :re_delivery_of_delivery_report_id t.boolean :re_delivered t.timestamps end add_index "action_smser_delivery_reports", :msg_id end end
Version data entries
4 entries across 4 versions & 1 rubygems