Sha256: c84da86457a3243b270f01a3bc5c75cfaa596602a3f366a6a9a9d2498185bc24
Contents?: true
Size: 270 Bytes
Versions: 16
Compression:
Stored size: 270 Bytes
Contents
class AddProvisioners < ActiveRecord::Migration def change create_table :setup_provisioners do |t| t.integer :host_id t.integer :smart_proxy_id t.string :provision_interface t.integer :subnet_id t.string :timestamps end end end
Version data entries
16 entries across 16 versions & 1 rubygems