Sha256: e93b55812a8253ca9e537ac87c82c96e3aa2dc768c065e8fc0a1da4c5f09e59f
Contents?: true
Size: 208 Bytes
Versions: 4
Compression:
Stored size: 208 Bytes
Contents
class CreateContainers < ActiveRecord::Migration[4.2] def change create_table :containers do |t| t.string :name t.string :image t.string :command t.timestamps end end end
Version data entries
4 entries across 4 versions & 1 rubygems