Sha256: fbfdfab4800facabf3133f23c9909e54ed4ececab8552df496fe08e7aaeb12f1
Contents?: true
Size: 348 Bytes
Versions: 250
Compression:
Stored size: 348 Bytes
Contents
class CreateComeeCoreNotifications < ActiveRecord::Migration[7.0] def change create_table :comee_core_notifications do |t| t.references :recipient, polymorphic: true, null: false t.string :type t.jsonb :params t.datetime :read_at t.timestamps end add_index :comee_core_notifications, :read_at end end
Version data entries
250 entries across 250 versions & 1 rubygems