Sha256: 84613b36948b478a2241e96509a31c5d226f84b4a8a7355aa3e214e3cbb639d0
Contents?: true
Size: 522 Bytes
Versions: 15
Compression:
Stored size: 522 Bytes
Contents
class CreateActionSmserDeliveryReports < ActiveRecord::Migration 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
15 entries across 15 versions & 1 rubygems