MOON
Server: Apache
System: Linux vps.erhabenn.com.br 3.10.0-1160.119.1.el7.tuxcare.els2.x86_64 #1 SMP Mon Jul 15 12:09:18 UTC 2024 x86_64
User: machen (1008)
PHP: 8.2.31
Disabled: NONE
Upload Files
File: /disk001/machen/www/support/wp-content/plugins/wordpress-seo/lib/migrations/constants.php
<?php

namespace Yoast\WP\Lib\Migrations;

/**
 * Yoast migrations constants class.
 */
class Constants {

	const MYSQL_MAX_IDENTIFIER_LENGTH = 64;
	const SQL_UNKNOWN_QUERY_TYPE      = 1;
	const SQL_SELECT                  = 2;
	const SQL_INSERT                  = 4;
	const SQL_UPDATE                  = 8;
	const SQL_DELETE                  = 16;
	const SQL_ALTER                   = 32;
	const SQL_DROP                    = 64;
	const SQL_CREATE                  = 128;
	const SQL_SHOW                    = 256;
	const SQL_RENAME                  = 512;
	const SQL_SET                     = 1024;
}