Sha256: d16acb757202c943eba29e218cff61349420985e01d9ac904eadc360f3c6704f
Contents?: true
Size: 237 Bytes
Versions: 67
Compression:
Stored size: 237 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.timestamps end end end
Version data entries
67 entries across 26 versions & 1 rubygems