Sha256: d2a8eebce9047b43742c0fd98c800baf7074894873f0213ba568065596c29b1f
Contents?: true
Size: 297 Bytes
Versions: 14
Compression:
Stored size: 297 Bytes
Contents
class CreateNotifiableNotifications < ActiveRecord::Migration def change create_table :notifiable_notifications do |t| t.text :title t.text :message t.text :params t.integer :badge t.text :sound t.datetime :expiry t.timestamps end end end
Version data entries
14 entries across 11 versions & 3 rubygems