class Config < ActiveRecord::Migration[5.1]
  def change
    create_table :config do |t|
      
      t.timestamps
    end
  end
end
