I am using postgres in combination with a django orm.
Models:
class Review(models.Model): STATUS_PENDING = 1