Sha256: cead63ba44b7d259ebaa84ecabaafe3786f0eb0a47385384c41828b0234d2ef9
Contents?: true
Size: 256 Bytes
Versions: 3
Compression:
Stored size: 256 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
3 entries across 3 versions & 1 rubygems