Sha256: 58c897afbcb7b8bdf333343e7983a9edf3bd9990cd73552a55b4716b3f3edba3

Contents?: true

Size: 383 Bytes

Versions: 3

Compression:

Stored size: 383 Bytes

Contents

class CreateBridgeCacheHosts < ActiveRecord::Migration[5.1]
  def change
    create_table :bridge_cache_hosts do |t|
      t.integer :bridge_id, limit: 8, index: true
      t.integer :domain_id, limit: 8, index: true
      t.string :subdomain
      t.string :vanity_domain
      t.string :vanity_domain_state
      t.string :talent_vanity_domain
      t.timestamps
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
bridge_cache-0.3.5 db/migrate/20180801162929_create_bridge_cache_hosts.rb
bridge_cache-0.3.4 db/migrate/20180801162929_create_bridge_cache_hosts.rb
bridge_cache-0.3.3 db/migrate/20180801162929_create_bridge_cache_hosts.rb