class CreateCofigs < ActiveRecord::Migration[5.1]
  def change
    create_table :cofigs do |t|

      t.timestamps
    end
  end
end
