Sha256: b9af3d937af26f88a796e030c1deb279b0e6aaa8e0030452a491f12a1429d783
Contents?: true
Size: 263 Bytes
Versions: 49
Compression:
Stored size: 263 Bytes
Contents
class CreateHostConfigGroups < ActiveRecord::Migration[4.2] def change create_table :host_config_groups do |t| t.integer :config_group_id t.integer :host_id t.string :host_type, limit: 255 t.timestamps null: true end end end
Version data entries
49 entries across 49 versions & 1 rubygems