Sequelize time now()
created_at: models.sequelize.fn('NOW')
return models.Reminder.create({
context_type: 'Provider',
context_id: provider.id,
reminder_type: 'auto-top-up-ad-email',
created_at: models.sequelize.fn('NOW'),
updated_at: models.sequelize.fn('NOW')
});