20160419083600_create_certificates.rb 193 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 class CreateCertificates < ActiveRecord::Migration def change create_table :certificates do |t| t.string :key t.string :cert t.timestamps null: false end end end