Class: NotificationType

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/notification_type.rb

Overview

create_table :notification_types do |t|

t.string :internal_identifier
t.string :description

t.timestamps

end

add_index :notification_types, :internal_identifier