for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace RestTemplate\Util;
use ByJG\MicroOrm\Literal;
class HexUuidMysqlLiteral extends Literal
{
public function __construct($value = null)
parent::__construct("unhex(replace(uuid(),'-',''))");
}