20160419090228_create_lxd_hosts.rb 214 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 class CreateLxdHosts < ActiveRecord::Migration def change create_table :lxd_hosts do |t| t.text :name t.text :uri t.string :password_digest t.timestamps null: false end end end