const Frequency = sequelizeClient.define('frequencies', {
  id: {
    type: Sequelize.INTEGER,
    primaryKey: true,
    autoIncrement: true