Sha256: 32c07525c79648d5d376adcd38df7741e35141a496f9bf1eb2018229a44de2a9
Contents?: true
Size: 520 Bytes
Versions: 5
Compression:
Stored size: 520 Bytes
Contents
class CreateTimProviderImages < ActiveRecord::Migration def change create_table :tim_provider_images do |t| t.integer :id t.string :factory_id t.integer :target_image_id t.string :provider # The Cloud Specific ID. i.e. ami-12345678 t.string :external_image_id t.string :provider_account_id t.boolean :snapshot t.string :status t.string :status_detail t.string :progress # Factory Target Image percent_complete t.timestamps end end end
Version data entries
5 entries across 5 versions & 1 rubygems