Sha256: 476cd86b5eccd5f190fb3ea05be05324d70477e98ec108ccd6092f13373f16cb
Contents?: true
Size: 296 Bytes
Versions: 9
Compression:
Stored size: 296 Bytes
Contents
class CreateSupportSubscriptions < ActiveRecord::Migration[4.2] def change create_table :support_subscriptions do |t| t.references :support_thread, foreign_key: true t.references :user, foreign_key: true t.string :subscription_type t.timestamps end end end
Version data entries
9 entries across 9 versions & 1 rubygems