Sha256: d39ffb80a48e7b4f849a518f822f31d13d0fffda20ba35d1c648746fbd33956f

Contents?: true

Size: 296 Bytes

Versions: 6

Compression:

Stored size: 296 Bytes

Contents

class CreateNotifiableNotifications < ActiveRecord::Migration
  
  def change
    create_table :notifiable_notifications do |t|
      t.text :title
      t.text :message
      t.text :params
      t.integer :badge
      t.text :sound
      t.datetime :expiry
      t.timestamps
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
notifiable-gcm-spacialdb-0.4.4 spec/support/db/migrate/20131228225140_create_notifiable_notifications.rb
notifiable-gcm-spacialdb-0.4.3 spec/support/db/migrate/20131228225140_create_notifiable_notifications.rb
notifiable-gcm-spacialdb-0.4.2 spec/support/db/migrate/20131228225140_create_notifiable_notifications.rb
notifiable-gcm-spacialdb-0.4.1 spec/support/db/migrate/20131228225140_create_notifiable_notifications.rb
notifiable-gcm-spacialdb-0.4.0 spec/support/db/migrate/20131228225140_create_notifiable_notifications.rb
notifiable-gcm-spacialdb-0.3.0 spec/support/db/migrate/20131228225140_create_notifiable_notifications.rb