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

Version Path
fwt_push_notification_server-0.1.0.b11 lib/generators/fwt_push_notification_server/install/templates/create_fwt_push_notification_server_device_tokens.rb
fwt_push_notification_server-0.1.0.b10 lib/generators/fwt_push_notification_server/install/templates/create_fwt_push_notification_server_device_tokens.rb
fwt_push_notification_server-0.1.0.b9 lib/generators/fwt_push_notification_server/install/templates/create_fwt_push_notification_server_device_tokens.rb
fwt_push_notification_server-0.1.0.b8 lib/generators/fwt_push_notification_server/install/templates/create_fwt_push_notification_server_device_tokens.rb
fwt_push_notification_server-0.1.0.b7 lib/generators/fwt_push_notification_server/install/templates/create_fwt_push_notification_server_device_tokens.rb
fwt_push_notification_server-0.1.0.b6 lib/generators/fwt_push_notification_server/install/templates/create_fwt_push_notification_server_device_tokens.rb
fwt_push_notification_server-0.1.0.b5 lib/generators/fwt_push_notification_server/install/templates/create_fwt_push_notification_server_device_tokens.rb
fwt_push_notification_server-0.1.0.b4 lib/generators/fwt_push_notification_server/install/templates/create_fwt_push_notification_server_device_tokens.rb
fwt_push_notification_server-0.1.0.b3 lib/generators/fwt_push_notification_server/install/templates/create_fwt_push_notification_server_device_tokens.rb
fwt_push_notification_server-0.1.0.b2 lib/generators/fwt_push_notification_server/install/templates/create_fwt_push_notification_server_device_tokens.rb
fwt_push_notification_server-0.1.0.b1 lib/generators/fwt_push_notification_server/install/templates/create_fwt_push_notification_server_device_tokens.rb
fwt_push_notification_server-0.0.7 lib/generators/fwt_push_notification_server/install/templates/create_fwt_push_notification_server_device_tokens.rb
fwt_push_notification_server-0.0.7.b4 lib/generators/fwt_push_notification_server/install/templates/create_fwt_push_notification_server_device_tokens.rb