Sha256: 812b3795713fe7522f83ef9436203a445177372a285907b9806a4e8b2a62dfa6
Contents?: true
Size: 252 Bytes
Versions: 23
Compression:
Stored size: 252 Bytes
Contents
class CreateNotifiableNotificationStatuses < ActiveRecord::Migration def change create_table :notifiable_notification_statuses do |t| t.references :notification t.references :device_token t.integer :status end end end
Version data entries
23 entries across 17 versions & 4 rubygems