Sha256: 8fe325f592c0bafd794db372b357c7fbe810bccdfc0feb9a8746d6228aba68ac

Contents?: true

Size: 301 Bytes

Versions: 1

Compression:

Stored size: 301 Bytes

Contents

class CreateFwtPushNotificationServerDeviceTokens < ActiveRecord::Migration
  
  def change
    create_table :fwt_push_notification_server_device_tokens do |t|
      t.string :token
      t.string :device_id
      t.string :device_name
      t.boolean :is_valid

      t.timestamps
    end
  end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fwt_push_notification_server-0.0.6 test/dummy/db/migrate/20130918095820_create_fwt_push_notification_server_device_tokens.rb