Sha256: 76ec8da896e86c9e879a3bd0753ccffc8582831665bf1ff35bca808f203982e9
Contents?: true
Size: 359 Bytes
Versions: 29
Compression:
Stored size: 359 Bytes
Contents
# This migration comes from carnival_engine (originally 20140129223355) class CreateAdminUserNotifications < ActiveRecord::Migration def change create_table :admin_user_notifications do |t| t.boolean :read, default: false t.references :notification, index:true t.references :admin_user, index:true t.timestamps end end end
Version data entries
29 entries across 29 versions & 1 rubygems