class CreateAgnPushNotifications

Public Instance Methods

change() click to toggle source
# File lib/generators/aa_global_notifications/install/templates/create_agn_push_notifications.rb, line 2
def change
  create_table :agn_push_notifications do |t|
    t.string :message
    t.string :state
    t.timestamps
  end
end