Issue tracker is used for reporting bugs and discussing new features. Please use [Discord](https://discord.gg/rWtp5Aj) or [stackoverflow](https://stackoverflow.com) for supporting issues. ## Expected Behavior Should increment amount ## Current Behavior Does not increment amount ## Steps to Reproduce ``` _, err := j.DB.Model((*orm.Wallet)(nil)).Exec(` UPDATE wallets SET amount = amount + 1, updated_at = ? WHERE id = ? `, time.Now(), tx.Wallet.ID) ``` ## Context (Environment) <!--- How has this issue affected you? What are you trying to accomplish? --> I cant increment value