module Covid
  def self.table_name_prefix
    'covid_'
  end
end
