class CreateContainers < ActiveRecord::Migration
def change
create_table :containers do |t|
t.string :name
t.string :image
t.string :command
t.timestamps
end