Exception

Integrity constraint violationyii\db\IntegrityException

SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'uuid' cannot be null
The SQL being executed was: INSERT INTO `play_log_info` (`uuid`, `gameid`, `created_at`, `updated_at`) VALUES (NULL, 7, 1711726421, 1711726421)

Error Info: Array
(
    [0] => 23000
    [1] => 1048
    [2] => Column 'uuid' cannot be null
)
$_GET = [
    'id' => '7',
];

$_SERVER = [
    'USER' => 'www',
    'HOME' => '/home/www',
    'FCGI_ROLE' => 'RESPONDER',
    'APP_ENV' => 'production',
    'SITE_LOG_DIR' => '/data1/www/wwwlogs/aiyouxiba.qgdzbz.com/',
    'SCRIPT_FILENAME' => '/data/www/wwwroot/aiyouxiba.com/frontend/web/index.php',
    'QUERY_STRING' => '',
    'REQUEST_METHOD' => 'GET',
    'CONTENT_TYPE' => '',
    'CONTENT_LENGTH' => '',
    'SCRIPT_NAME' => '/index.php',
    'REQUEST_URI' => '/play/7/',
    'DOCUMENT_URI' => '/index.php',
    'DOCUMENT_ROOT' => '/data/www/wwwroot/aiyouxiba.com/frontend/web',
    'SERVER_PROTOCOL' => 'HTTP/1.1',
    'REQUEST_SCHEME' => 'http',
    'GATEWAY_INTERFACE' => 'CGI/1.1',
    'SERVER_SOFTWARE' => 'nginx/1.13.6',
    'REMOTE_ADDR' => '34.228.43.90',
    'REMOTE_PORT' => '34248',
    'SERVER_ADDR' => '172.17.172.68',
    'SERVER_PORT' => '80',
    'SERVER_NAME' => 'aiyouxiba.qgdzbz.com',
    'REDIRECT_STATUS' => '200',
    'PATH_INFO' => '',
    'HTTP_ACCEPT' => '*/*',
    'HTTP_USER_AGENT' => 'claudebot',
    'HTTP_HOST' => 'h5.aiyouxiba.com',
    'PHP_SELF' => '/index.php',
    'REQUEST_TIME_FLOAT' => 1711726421.74862,
    'REQUEST_TIME' => 1711726421,
];