Sha256: affc80188d0bdc703615af27650c552ca4516ced746c82ab78d4160980744973
Contents?: true
Size: 368 Bytes
Versions: 4
Compression:
Stored size: 368 Bytes
Contents
class CreateNotifyUserUnsubscribes < ActiveRecord::Migration def change create_table :notify_user_unsubscribes do |t| t.string :type t.integer :target_id t.string :target_type t.integer :group_id t.timestamps end add_index :notify_user_unsubscribes, :group_id add_index :notify_user_unsubscribes, :target_id end end
Version data entries
4 entries across 2 versions & 1 rubygems