Sha256: 3377bc186126e3e3c19d379728f115aac8d1bbace5d56c4ca8db7c4a7c58c76f
Contents?: true
Size: 456 Bytes
Versions: 28
Compression:
Stored size: 456 Bytes
Contents
class CreateAffiliatedSubAccounts < ActiveRecord::Migration[5.1] def change return unless BridgeCache.use_internal_database create_table :bridge_cache_affiliated_sub_accounts do |t| t.integer :bridge_id t.integer :item_id t.string :item_type t.integer :domain_id t.datetime :deleted_at t.datetime :created_at t.datetime :updated_at t.integer :state t.integer :sources_count end end end
Version data entries
28 entries across 28 versions & 1 rubygems