Sha256: 4286b620e3f8a0973e2e59a90511e731c517389d0e26c6ce2d86fcd947207e84
Contents?: true
Size: 283 Bytes
Versions: 67
Compression:
Stored size: 283 Bytes
Contents
class CreateNotifyUserNotifications < ActiveRecord::Migration def change create_table :notify_user_notifications do |t| t.string :type t.integer :target_id t.string :target_type t.json :params t.string :state t.timestamps end end end
Version data entries
67 entries across 26 versions & 1 rubygems