Sha256: 712b28c1128de5e30c945df655aa818fc97e76b01b312dc35ef2bdd8c597ad50
Contents?: true
Size: 215 Bytes
Versions: 2
Compression:
Stored size: 215 Bytes
Contents
class CreateNotifications < ActiveRecord::Migration def change create_table :notifications do |t| t.string :reporter, default: '' t.text :message, default: '' t.timestamps end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
redis_monitor-0.3.2 | lib/engine/db/migrate/20140118183403_create_notifications.rb |
redis_monitor-0.3 | lib/engine/db/migrate/20140118183403_create_notifications.rb |