Sha256: 50a0168bd1c08bec79ffc998882b3b7155ef93e91ba7e106546e7d967a3950e6
Contents?: true
Size: 365 Bytes
Versions: 12
Compression:
Stored size: 365 Bytes
Contents
class CreateLocoNotifications < ActiveRecord::Migration[5.0] def change create_table :loco_notifications do |t| t.string :obj_class t.integer :obj_id t.string :event t.string :data t.string :recipient_class t.integer :recipient_id t.string :recipient_token t.timestamps null: false, limit: 6 end end end
Version data entries
12 entries across 12 versions & 1 rubygems