Sha256: 9a2acca66cbd7b152c9c03e9cbb826faba7db2e7c170cf172ee7badaea308b0d
Contents?: true
Size: 256 Bytes
Versions: 30
Compression:
Stored size: 256 Bytes
Contents
class CreateNotifiableNotificationDeviceTokens < ActiveRecord::Migration def change create_table :notifiable_notification_device_tokens do |t| t.references :notification t.references :device_token t.timestamps end end end
Version data entries
30 entries across 23 versions & 4 rubygems