Sha256: 55a964996b4abe89a656383b4c8bf9b2365d7e1c1779d473db5d9fae8e7b0d62
Contents?: true
Size: 289 Bytes
Versions: 13
Compression:
Stored size: 289 Bytes
Contents
class CreateFwtPushNotificationServerDeviceTokens < ActiveRecord::Migration def change create_table :fwt_push_notification_server_device_tokens do |t| t.string :token t.string :user_id t.boolean :is_valid, :default => true t.timestamps end end end
Version data entries
13 entries across 13 versions & 1 rubygems