Sha256: 9a4f822b9f9f12d8f1c3df8c77308221d9aa8fa47ff51059c247f7e12f4ab3cb
Contents?: true
Size: 305 Bytes
Versions: 4
Compression:
Stored size: 305 Bytes
Contents
class AddProvisioners < ActiveRecord::Migration[4.2] def change create_table :setup_provisioners do |t| t.integer :host_id t.integer :smart_proxy_id t.string :provision_interface, :limit => 255 t.integer :subnet_id t.string :timestamps, :limit => 255 end end end
Version data entries
4 entries across 4 versions & 1 rubygems