Sha256: c37ad7b971b738feec1c54668b6f228895facea18c942a75e7eee534d2736687
Contents?: true
Size: 445 Bytes
Versions: 18
Compression:
Stored size: 445 Bytes
Contents
class CreateNotifiableLocalizedNotifications < ActiveRecord::Migration def change create_table :notifiable_localized_notifications do |t| t.text :message t.text :params t.string :locale t.references :notification # APNS - Optional #t.integer :badge #t.text :sound #t.datetime :expiry # MPNS - Optional #t.text :title t.timestamps end end end
Version data entries
18 entries across 18 versions & 3 rubygems