Sha256: 5fbf9570980960ce31c5c128f0a31e84f0380497763e3f916fb37aa622abfc2d
Contents?: true
Size: 561 Bytes
Versions: 32
Compression:
Stored size: 561 Bytes
Contents
class <%= migration_class_name %> < ActiveRecord::Migration def change create_table :j7w1_application_devices do |t| t.string :owner_type, null: false t.integer :owner_id, null: false t.string :device_identifier, null: false t.string :platform, null: false t.string :device_endpoint_arn, null: true t.boolean :disabled, null: false, default: false t.index [:owner_type, :owner_id] t.index [:device_identifier, :platform], unique: true end end end
Version data entries
32 entries across 32 versions & 2 rubygems