first commit

This commit is contained in:
Павел УстюгОв 2024-03-20 23:29:29 +03:00
commit fcc7392897
166 changed files with 949 additions and 0 deletions

3
.env Normal file
View File

@ -0,0 +1,3 @@
DB_DATABASE=laravel
DB_USERNAME=laravel
DB_PASSWORD=password

8
.idea/.gitignore vendored Normal file
View File

@ -0,0 +1,8 @@
# Default ignored files
/shelf/
/workspace.xml
# Editor-based HTTP Client requests
/httpRequests/
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml

148
.idea/8.1.iml Normal file
View File

@ -0,0 +1,148 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="WEB_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src/app" isTestSource="false" packagePrefix="App\" />
<sourceFolder url="file://$MODULE_DIR$/src/database/factories" isTestSource="false" packagePrefix="Database\Factories\" />
<sourceFolder url="file://$MODULE_DIR$/src/database/seeders" isTestSource="false" packagePrefix="Database\Seeders\" />
<sourceFolder url="file://$MODULE_DIR$/src/tests" isTestSource="true" packagePrefix="Tests\" />
<sourceFolder url="file://$MODULE_DIR$/src/app/Http/Controllers/form_bundle_libraries/PHPMailer/src" isTestSource="false" packagePrefix="PHPMailer\PHPMailer\" />
<sourceFolder url="file://$MODULE_DIR$/src/app/Http/Controllers/form_bundle_libraries/PHPMailer/test" isTestSource="true" packagePrefix="PHPMailer\Test\" />
<sourceFolder url="file://$MODULE_DIR$/src/app/Http/Controllers/form_bundle_libraries/PHPMailer/tests" isTestSource="true" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/brick/math" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/carbonphp/carbon-doctrine-types" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/composer" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/dflydev/dot-access-data" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/doctrine/inflector" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/doctrine/instantiator" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/doctrine/lexer" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/dragonmantank/cron-expression" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/egulias/email-validator" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/fakerphp/faker" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/filp/whoops" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/fruitcake/php-cors" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/graham-campbell/result-type" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/guzzlehttp/guzzle" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/guzzlehttp/promises" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/guzzlehttp/psr7" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/guzzlehttp/uri-template" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/hamcrest/hamcrest-php" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/laravel/framework" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/laravel/pint" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/laravel/sail" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/laravel/sanctum" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/laravel/serializable-closure" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/laravel/tinker" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/league/commonmark" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/league/config" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/league/flysystem" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/league/flysystem-local" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/league/mime-type-detection" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/mockery/mockery" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/monolog/monolog" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/myclabs/deep-copy" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/nesbot/carbon" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/nette/schema" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/nette/utils" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/nikic/php-parser" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/nunomaduro/collision" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/nunomaduro/termwind" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/phar-io/manifest" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/phar-io/version" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/phpoption/phpoption" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/phpunit/php-code-coverage" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/phpunit/php-file-iterator" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/phpunit/php-invoker" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/phpunit/php-text-template" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/phpunit/php-timer" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/phpunit/phpunit" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/psr/clock" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/psr/container" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/psr/event-dispatcher" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/psr/http-client" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/psr/http-factory" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/psr/http-message" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/psr/log" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/psr/simple-cache" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/psy/psysh" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/ralouphie/getallheaders" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/ramsey/collection" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/ramsey/uuid" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/sebastian/cli-parser" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/sebastian/code-unit" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/sebastian/code-unit-reverse-lookup" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/sebastian/comparator" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/sebastian/complexity" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/sebastian/diff" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/sebastian/environment" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/sebastian/exporter" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/sebastian/global-state" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/sebastian/lines-of-code" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/sebastian/object-enumerator" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/sebastian/object-reflector" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/sebastian/recursion-context" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/sebastian/resource-operations" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/sebastian/type" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/sebastian/version" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/spatie/backtrace" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/spatie/flare-client-php" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/spatie/ignition" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/spatie/laravel-ignition" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/symfony/console" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/symfony/css-selector" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/symfony/deprecation-contracts" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/symfony/error-handler" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/symfony/event-dispatcher" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/symfony/event-dispatcher-contracts" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/symfony/finder" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/symfony/http-foundation" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/symfony/http-kernel" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/symfony/mailer" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/symfony/mime" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/symfony/polyfill-ctype" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/symfony/polyfill-intl-grapheme" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/symfony/polyfill-intl-idn" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/symfony/polyfill-intl-normalizer" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/symfony/polyfill-mbstring" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/symfony/polyfill-php72" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/symfony/polyfill-php80" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/symfony/polyfill-php83" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/symfony/polyfill-uuid" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/symfony/process" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/symfony/routing" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/symfony/service-contracts" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/symfony/string" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/symfony/translation" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/symfony/translation-contracts" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/symfony/uid" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/symfony/var-dumper" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/symfony/yaml" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/theseer/tokenizer" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/tijsverkoyen/css-to-inline-styles" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/vlucas/phpdotenv" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/voku/portable-ascii" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/webmozart/assert" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/barryvdh/laravel-debugbar" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/carlos-meneses/laravel-mpdf" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/intervention/image" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/laravel/ui" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/maximebf/debugbar" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/milon/barcode" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/mpdf/mpdf" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/mpdf/psr-http-message-shim" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/mpdf/psr-log-aware-trait" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/paragonie/random_compat" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/php-http/message-factory" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/setasign/fpdi" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/spatie/laravel-newsletter" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/spatie/laravel-package-tools" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/spatie/laravel-permission" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/spatie/laravel-webhook-server" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/srmklive/paypal" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/stripe/stripe-php" />
<excludeFolder url="file://$MODULE_DIR$/src/vendor/yajra/laravel-datatables-oracle" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

12
.idea/dataSources.xml Normal file
View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="DataSourceManagerImpl" format="xml" multifile-model="true">
<data-source source="LOCAL" name="laravel@localhost" uuid="d96254b9-4c3c-408e-9d24-a9e341fea7a9">
<driver-ref>mysql.8</driver-ref>
<synchronize>true</synchronize>
<jdbc-driver>com.mysql.cj.jdbc.Driver</jdbc-driver>
<jdbc-url>jdbc:mysql://localhost:3306/laravel</jdbc-url>
<working-dir>$ProjectFileDir$</working-dir>
</data-source>
</component>
</project>

8
.idea/modules.xml Normal file
View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/8.1.iml" filepath="$PROJECT_DIR$/.idea/8.1.iml" />
</modules>
</component>
</project>

168
.idea/php.xml Normal file
View File

@ -0,0 +1,168 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="LaravelPint">
<laravel_pint_settings>
<LaravelPintConfiguration tool_path="$PROJECT_DIR$/src/vendor/bin/pint" />
</laravel_pint_settings>
</component>
<component name="MessDetectorOptionsConfiguration">
<option name="transferred" value="true" />
</component>
<component name="PHPCSFixerOptionsConfiguration">
<option name="transferred" value="true" />
</component>
<component name="PHPCodeSnifferOptionsConfiguration">
<option name="highlightLevel" value="WARNING" />
<option name="transferred" value="true" />
</component>
<component name="PhpIncludePathManager">
<include_path>
<path value="$PROJECT_DIR$/src/vendor/phpunit/php-code-coverage" />
<path value="$PROJECT_DIR$/src/vendor/phpunit/php-timer" />
<path value="$PROJECT_DIR$/src/vendor/phar-io/manifest" />
<path value="$PROJECT_DIR$/src/vendor/phar-io/version" />
<path value="$PROJECT_DIR$/src/vendor/monolog/monolog" />
<path value="$PROJECT_DIR$/src/vendor/myclabs/deep-copy" />
<path value="$PROJECT_DIR$/src/vendor/laravel/serializable-closure" />
<path value="$PROJECT_DIR$/src/vendor/mockery/mockery" />
<path value="$PROJECT_DIR$/src/vendor/symfony/finder" />
<path value="$PROJECT_DIR$/src/vendor/symfony/polyfill-intl-grapheme" />
<path value="$PROJECT_DIR$/src/vendor/symfony/uid" />
<path value="$PROJECT_DIR$/src/vendor/symfony/polyfill-intl-idn" />
<path value="$PROJECT_DIR$/src/vendor/phpunit/php-file-iterator" />
<path value="$PROJECT_DIR$/src/vendor/phpunit/php-text-template" />
<path value="$PROJECT_DIR$/src/vendor/phpunit/php-invoker" />
<path value="$PROJECT_DIR$/src/vendor/phpunit/phpunit" />
<path value="$PROJECT_DIR$/src/vendor/symfony/console" />
<path value="$PROJECT_DIR$/src/vendor/symfony/polyfill-php72" />
<path value="$PROJECT_DIR$/src/vendor/symfony/http-foundation" />
<path value="$PROJECT_DIR$/src/vendor/symfony/error-handler" />
<path value="$PROJECT_DIR$/src/vendor/symfony/polyfill-intl-normalizer" />
<path value="$PROJECT_DIR$/src/vendor/symfony/css-selector" />
<path value="$PROJECT_DIR$/src/vendor/symfony/polyfill-php83" />
<path value="$PROJECT_DIR$/src/vendor/symfony/process" />
<path value="$PROJECT_DIR$/src/vendor/symfony/mailer" />
<path value="$PROJECT_DIR$/src/vendor/symfony/polyfill-mbstring" />
<path value="$PROJECT_DIR$/src/vendor/symfony/polyfill-ctype" />
<path value="$PROJECT_DIR$/src/vendor/symfony/http-kernel" />
<path value="$PROJECT_DIR$/src/vendor/symfony/event-dispatcher" />
<path value="$PROJECT_DIR$/src/vendor/symfony/routing" />
<path value="$PROJECT_DIR$/src/vendor/symfony/mime" />
<path value="$PROJECT_DIR$/src/vendor/symfony/service-contracts" />
<path value="$PROJECT_DIR$/src/vendor/symfony/translation-contracts" />
<path value="$PROJECT_DIR$/src/vendor/symfony/polyfill-uuid" />
<path value="$PROJECT_DIR$/src/vendor/symfony/string" />
<path value="$PROJECT_DIR$/src/vendor/symfony/yaml" />
<path value="$PROJECT_DIR$/src/vendor/symfony/polyfill-php80" />
<path value="$PROJECT_DIR$/src/vendor/symfony/event-dispatcher-contracts" />
<path value="$PROJECT_DIR$/src/vendor/symfony/var-dumper" />
<path value="$PROJECT_DIR$/src/vendor/symfony/translation" />
<path value="$PROJECT_DIR$/src/vendor/symfony/deprecation-contracts" />
<path value="$PROJECT_DIR$/src/vendor/theseer/tokenizer" />
<path value="$PROJECT_DIR$/src/vendor/doctrine/lexer" />
<path value="$PROJECT_DIR$/src/vendor/doctrine/inflector" />
<path value="$PROJECT_DIR$/src/vendor/ralouphie/getallheaders" />
<path value="$PROJECT_DIR$/src/vendor/sebastian/type" />
<path value="$PROJECT_DIR$/src/vendor/fruitcake/php-cors" />
<path value="$PROJECT_DIR$/src/vendor/phpoption/phpoption" />
<path value="$PROJECT_DIR$/src/vendor/hamcrest/hamcrest-php" />
<path value="$PROJECT_DIR$/src/vendor/carbonphp/carbon-doctrine-types" />
<path value="$PROJECT_DIR$/src/vendor/doctrine/instantiator" />
<path value="$PROJECT_DIR$/src/vendor/fakerphp/faker" />
<path value="$PROJECT_DIR$/src/vendor/sebastian/exporter" />
<path value="$PROJECT_DIR$/src/vendor/sebastian/resource-operations" />
<path value="$PROJECT_DIR$/src/vendor/sebastian/recursion-context" />
<path value="$PROJECT_DIR$/src/vendor/sebastian/global-state" />
<path value="$PROJECT_DIR$/src/vendor/sebastian/code-unit" />
<path value="$PROJECT_DIR$/src/vendor/sebastian/code-unit-reverse-lookup" />
<path value="$PROJECT_DIR$/src/vendor/sebastian/diff" />
<path value="$PROJECT_DIR$/src/vendor/sebastian/object-enumerator" />
<path value="$PROJECT_DIR$/src/vendor/sebastian/environment" />
<path value="$PROJECT_DIR$/src/vendor/webmozart/assert" />
<path value="$PROJECT_DIR$/src/vendor/sebastian/complexity" />
<path value="$PROJECT_DIR$/src/vendor/sebastian/version" />
<path value="$PROJECT_DIR$/src/vendor/sebastian/cli-parser" />
<path value="$PROJECT_DIR$/src/vendor/sebastian/lines-of-code" />
<path value="$PROJECT_DIR$/src/vendor/sebastian/comparator" />
<path value="$PROJECT_DIR$/src/vendor/sebastian/object-reflector" />
<path value="$PROJECT_DIR$/src/vendor/tijsverkoyen/css-to-inline-styles" />
<path value="$PROJECT_DIR$/src/vendor/dragonmantank/cron-expression" />
<path value="$PROJECT_DIR$/src/vendor/nunomaduro/termwind" />
<path value="$PROJECT_DIR$/src/vendor/nunomaduro/collision" />
<path value="$PROJECT_DIR$/src/vendor/guzzlehttp/psr7" />
<path value="$PROJECT_DIR$/src/vendor/guzzlehttp/promises" />
<path value="$PROJECT_DIR$/src/vendor/guzzlehttp/guzzle" />
<path value="$PROJECT_DIR$/src/vendor/guzzlehttp/uri-template" />
<path value="$PROJECT_DIR$/src/vendor/graham-campbell/result-type" />
<path value="$PROJECT_DIR$/src/vendor/composer" />
<path value="$PROJECT_DIR$/src/vendor/psr/container" />
<path value="$PROJECT_DIR$/src/vendor/psr/http-client" />
<path value="$PROJECT_DIR$/src/vendor/psr/log" />
<path value="$PROJECT_DIR$/src/vendor/filp/whoops" />
<path value="$PROJECT_DIR$/src/vendor/voku/portable-ascii" />
<path value="$PROJECT_DIR$/src/vendor/psr/http-message" />
<path value="$PROJECT_DIR$/src/vendor/psy/psysh" />
<path value="$PROJECT_DIR$/src/vendor/psr/http-factory" />
<path value="$PROJECT_DIR$/src/vendor/psr/simple-cache" />
<path value="$PROJECT_DIR$/src/vendor/psr/clock" />
<path value="$PROJECT_DIR$/src/vendor/psr/event-dispatcher" />
<path value="$PROJECT_DIR$/src/vendor/league/commonmark" />
<path value="$PROJECT_DIR$/src/vendor/league/flysystem" />
<path value="$PROJECT_DIR$/src/vendor/league/mime-type-detection" />
<path value="$PROJECT_DIR$/src/vendor/league/config" />
<path value="$PROJECT_DIR$/src/vendor/nette/utils" />
<path value="$PROJECT_DIR$/src/vendor/nikic/php-parser" />
<path value="$PROJECT_DIR$/src/vendor/brick/math" />
<path value="$PROJECT_DIR$/src/vendor/nette/schema" />
<path value="$PROJECT_DIR$/src/vendor/spatie/backtrace" />
<path value="$PROJECT_DIR$/src/vendor/spatie/flare-client-php" />
<path value="$PROJECT_DIR$/src/vendor/spatie/ignition" />
<path value="$PROJECT_DIR$/src/vendor/spatie/laravel-ignition" />
<path value="$PROJECT_DIR$/src/vendor/ramsey/uuid" />
<path value="$PROJECT_DIR$/src/vendor/ramsey/collection" />
<path value="$PROJECT_DIR$/src/vendor/league/flysystem-local" />
<path value="$PROJECT_DIR$/src/vendor/nesbot/carbon" />
<path value="$PROJECT_DIR$/src/vendor/laravel/sanctum" />
<path value="$PROJECT_DIR$/src/vendor/laravel/sail" />
<path value="$PROJECT_DIR$/src/vendor/laravel/pint" />
<path value="$PROJECT_DIR$/src/vendor/laravel/tinker" />
<path value="$PROJECT_DIR$/src/vendor/egulias/email-validator" />
<path value="$PROJECT_DIR$/src/vendor/laravel/framework" />
<path value="$PROJECT_DIR$/src/vendor/vlucas/phpdotenv" />
<path value="$PROJECT_DIR$/src/vendor/dflydev/dot-access-data" />
<path value="$PROJECT_DIR$/src/vendor/setasign/fpdi" />
<path value="$PROJECT_DIR$/src/vendor/maximebf/debugbar" />
<path value="$PROJECT_DIR$/src/vendor/laravel/ui" />
<path value="$PROJECT_DIR$/src/vendor/milon/barcode" />
<path value="$PROJECT_DIR$/src/vendor/barryvdh/laravel-debugbar" />
<path value="$PROJECT_DIR$/src/vendor/yajra/laravel-datatables-oracle" />
<path value="$PROJECT_DIR$/src/vendor/paragonie/random_compat" />
<path value="$PROJECT_DIR$/src/vendor/spatie/laravel-newsletter" />
<path value="$PROJECT_DIR$/src/vendor/spatie/laravel-webhook-server" />
<path value="$PROJECT_DIR$/src/vendor/carlos-meneses/laravel-mpdf" />
<path value="$PROJECT_DIR$/src/vendor/intervention/image" />
<path value="$PROJECT_DIR$/src/vendor/spatie/laravel-permission" />
<path value="$PROJECT_DIR$/src/vendor/srmklive/paypal" />
<path value="$PROJECT_DIR$/src/vendor/spatie/laravel-package-tools" />
<path value="$PROJECT_DIR$/src/vendor/stripe/stripe-php" />
<path value="$PROJECT_DIR$/src/vendor/mpdf/psr-log-aware-trait" />
<path value="$PROJECT_DIR$/src/vendor/mpdf/mpdf" />
<path value="$PROJECT_DIR$/src/vendor/mpdf/psr-http-message-shim" />
<path value="$PROJECT_DIR$/src/vendor/php-http/message-factory" />
</include_path>
</component>
<component name="PhpProjectSharedConfiguration" php_language_level="8.1">
<option name="suggestChangeDefaultLanguageLevel" value="false" />
</component>
<component name="PhpStanOptionsConfiguration">
<option name="transferred" value="true" />
</component>
<component name="PhpUnit">
<phpunit_settings>
<PhpUnitSettings configuration_file_path="$PROJECT_DIR$/src/phpunit.xml" custom_loader_path="$PROJECT_DIR$/src/vendor/autoload.php" use_configuration_file="true" />
</phpunit_settings>
</component>
<component name="PsalmOptionsConfiguration">
<option name="transferred" value="true" />
</component>
</project>

11
.idea/phpunit.xml Normal file
View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="PHPUnit">
<option name="directories">
<list>
<option value="$PROJECT_DIR$/src/app/Http/Controllers/form_bundle_libraries/PHPMailer/tests" />
<option value="$PROJECT_DIR$/src/tests" />
</list>
</option>
</component>
</project>

7
.idea/vcs.xml Normal file
View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
<mapping directory="$PROJECT_DIR$/src" vcs="Git" />
</component>
</project>

2
data/mysql/auto.cnf Executable file
View File

@ -0,0 +1,2 @@
[auto]
server-uuid=f738de69-e6ec-11ee-b9a7-0242ac1f0002

BIN
data/mysql/binlog.000001 Executable file

Binary file not shown.

BIN
data/mysql/binlog.000002 Executable file

Binary file not shown.

BIN
data/mysql/binlog.000003 Executable file

Binary file not shown.

BIN
data/mysql/binlog.000004 Executable file

Binary file not shown.

BIN
data/mysql/binlog.000005 Executable file

Binary file not shown.

5
data/mysql/binlog.index Executable file
View File

@ -0,0 +1,5 @@
./binlog.000001
./binlog.000002
./binlog.000003
./binlog.000004
./binlog.000005

BIN
data/mysql/ca-key.pem Executable file

Binary file not shown.

BIN
data/mysql/ca.pem Executable file

Binary file not shown.

BIN
data/mysql/client-cert.pem Executable file

Binary file not shown.

BIN
data/mysql/client-key.pem Executable file

Binary file not shown.

320
data/mysql/ib_buffer_pool Executable file
View File

@ -0,0 +1,320 @@
4294967293,131
4294967293,130
4294967293,129
4294967293,128
4294967293,127
4294967293,126
4294967293,125
4294967293,124
4294967293,123
4294967293,122
4294967293,121
4294967293,120
4294967293,119
4294967293,118
4294967293,117
4294967293,116
4294967293,115
4294967293,114
4294967293,113
4294967293,112
4294967293,111
4294967293,110
4294967293,109
4294967293,108
4294967293,107
4294967293,106
4294967293,105
4294967293,104
4294967293,103
4294967293,102
4294967293,101
4294967293,100
4294967293,99
4294967293,98
4294967293,97
4294967293,96
4294967293,95
4294967293,94
4294967293,93
4294967293,92
4294967293,91
4294967293,90
4294967293,89
4294967293,88
4294967293,87
4294967293,86
4294967293,85
4294967293,84
4294967293,83
4294967293,82
4294967293,81
4294967293,80
4294967293,79
4294967293,78
4294967293,77
4294967293,76
4294967293,75
4294967293,74
4294967293,73
4294967293,72
4294967293,71
4294967293,70
4294967293,69
4294967293,68
4294967293,67
4294967293,66
4294967293,65
4294967293,64
4294967293,63
4294967293,62
4294967293,61
4294967293,60
4294967293,59
4294967293,58
4294967293,57
4294967293,56
4294967293,55
4294967293,54
4294967293,53
4294967293,52
4294967293,51
4294967293,50
4294967293,49
4294967293,48
4294967293,47
4294967293,46
4294967293,45
4294967293,44
4294967293,43
4294967293,42
4294967293,41
4294967293,40
4294967293,39
4294967293,38
4294967293,37
4294967293,36
4294967293,35
4294967293,34
4294967293,33
4294967293,32
4294967293,31
4294967293,30
4294967293,29
4294967293,28
4294967293,27
4294967293,26
4294967293,25
4294967293,24
4294967293,23
4294967293,22
4294967293,21
4294967293,20
4294967293,19
4294967293,18
4294967293,17
4294967293,16
4294967293,15
4294967293,14
4294967293,13
4294967293,12
4294967293,11
4294967293,10
4294967293,9
4294967293,8
4294967293,7
4294967293,6
4294967293,5
4294967293,4
4294967293,3
4294967293,2
4294501266,0
4294501265,0
4294501264,0
4294501263,0
4294501262,0
4294501261,0
4294501260,0
4294501259,0
4294501258,0
4294501257,0
4294967293,0
4294967278,171
4294967278,58
4294967278,170
4294967278,57
4294967278,298
4294967278,169
4294967278,56
4294967278,168
4294967278,55
4294967278,167
4294967278,54
4294967278,166
4294967278,53
4294967278,297
4294967278,165
4294967278,52
4294967278,164
4294967278,51
4294967278,328
4294967278,163
4294967278,50
4294967278,296
4294967278,162
4294967278,49
4294967278,295
4294967278,161
4294967278,48
4294967278,160
4294967278,47
4294967278,349
4294967278,159
4294967278,46
4294967278,158
4294967278,45
4294967278,294
4294967278,157
4294967278,44
4294967278,293
4294967278,156
4294967278,43
4294967278,155
4294967278,154
4294967278,42
4294967278,153
4294967278,41
4294967278,348
4294967278,152
4294967278,40
4294967278,292
4294967278,151
4294967278,39
4294967278,347
4294967278,150
4294967278,38
4294967278,327
4294967278,149
4294967278,37
4294967278,291
4294967278,148
4294967278,36
4294967278,345
4294967278,147
4294967278,35
4294967278,146
4294967278,34
4294967278,290
4294967278,145
4294967278,33
4294967278,144
4294967278,32
4294967278,143
4294967278,31
4294967278,289
4294967278,142
4294967278,30
4294967278,344
4294967278,141
4294967278,29
4294967278,326
4294967278,140
4294967278,28
4294967278,325
4294967278,139
4294967278,27
4294967278,288
4294967278,138
4294967278,26
4294967278,274
4294967278,137
4294967278,25
4294967278,324
4294967278,136
4294967278,24
4294967278,287
4294967278,135
4294967278,23
4294967278,286
4294967278,134
4294967278,22
4294967278,133
4294967278,21
4294967278,273
4294967278,20
4294967278,281
4294967278,272
4294967278,19
4294967278,280
4294967278,271
4294967278,18
4294967278,323
4294967278,270
4294967278,17
4294967278,269
4294967278,16
4294967278,279
4294967278,268
4294967278,15
4294967278,267
4294967278,14
4294967278,322
4294967278,266
4294967278,13
4294967278,278
4294967278,265
4294967278,12
4294967278,285
4294967278,264
4294967278,11
4294967278,284
4294967278,263
4294967278,10
4294967278,262
4294967278,261
4294967278,9
4294967278,259
4294967278,258
4294967278,8
4294967278,283
4294967278,257
4294967278,7
4294967278,282
4294967278,276
4294967278,6
4294967278,321
4294967278,277
4294967278,5
4294967278,275
4294967278,256
4294967278,4
4294967278,3
4294967279,305
4294967279,250
4294967279,132
4294967279,249
4294967279,131
4294967279,554
4294967279,248
4294967279,130
4294967279,304
4294967279,129
4294967279,527
4294967279,247
4294967279,128
4294967279,303
4294967279,246
4294967279,127
4294967279,553
4294967279,245
4294967279,126
4294967279,526
4294967279,244
4294967279,125
4294967279,302
4294967279,243
4294967279,124
4294967279,525
4294967279,301
4294967279,123
4294967279,300

BIN
data/mysql/ib_logfile0 Executable file

Binary file not shown.

BIN
data/mysql/ib_logfile1 Executable file

Binary file not shown.

BIN
data/mysql/ibdata1 Executable file

Binary file not shown.

BIN
data/mysql/laravel/form_data.ibd Executable file

Binary file not shown.

Binary file not shown.

BIN
data/mysql/laravel/forms.ibd Executable file

Binary file not shown.

BIN
data/mysql/laravel/migrations.ibd Executable file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
data/mysql/laravel/packages.ibd Executable file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
data/mysql/laravel/roles.ibd Executable file

Binary file not shown.

BIN
data/mysql/laravel/systems.ibd Executable file

Binary file not shown.

BIN
data/mysql/laravel/user_forms.ibd Executable file

Binary file not shown.

Binary file not shown.

BIN
data/mysql/laravel/users.ibd Executable file

Binary file not shown.

BIN
data/mysql/laravel/visitors.ibd Executable file

Binary file not shown.

BIN
data/mysql/mysql.ibd Executable file

Binary file not shown.

BIN
data/mysql/mysql/general_log.CSM Executable file

Binary file not shown.

View File

File diff suppressed because one or more lines are too long

BIN
data/mysql/mysql/slow_log.CSM Executable file

Binary file not shown.

0
data/mysql/mysql/slow_log.CSV Executable file
View File

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
{"mysqld_version_id":80016,"dd_version":80016,"sdi_version":80016,"dd_object_type":"Table","dd_object":{"name":"accounts","mysql_version_id":80016,"created":20240320190632,"last_altered":20240320190632,"hidden":1,"options":"avg_row_length=0;key_block_size=0;keys_disabled=0;pack_record=0;server_p_s_table=1;stats_auto_recalc=0;stats_sample_pages=0;","columns":[{"name":"USER","type":29,"is_nullable":true,"is_zerofill":false,"is_unsigned":false,"is_auto_increment":false,"is_virtual":false,"hidden":1,"ordinal_position":1,"char_length":128,"numeric_precision":0,"numeric_scale":0,"numeric_scale_null":true,"datetime_precision":0,"datetime_precision_null":1,"has_no_default":false,"default_value_null":true,"srs_id_null":true,"srs_id":0,"default_value":"","default_value_utf8_null":true,"default_value_utf8":"","default_option":"","update_option":"","comment":"","generation_expression":"","generation_expression_utf8":"","options":"interval_count=0;","se_private_data":"","column_key":4,"column_type_utf8":"char(32)","elements":[],"collation_id":46,"is_explicit_collation":true},{"name":"HOST","type":29,"is_nullable":true,"is_zerofill":false,"is_unsigned":false,"is_auto_increment":false,"is_virtual":false,"hidden":1,"ordinal_position":2,"char_length":240,"numeric_precision":0,"numeric_scale":0,"numeric_scale_null":true,"datetime_precision":0,"datetime_precision_null":1,"has_no_default":false,"default_value_null":true,"srs_id_null":true,"srs_id":0,"default_value":"","default_value_utf8_null":true,"default_value_utf8":"","default_option":"","update_option":"","comment":"","generation_expression":"","generation_expression_utf8":"","options":"interval_count=0;","se_private_data":"","column_key":1,"column_type_utf8":"char(60)","elements":[],"collation_id":46,"is_explicit_collation":true},{"name":"CURRENT_CONNECTIONS","type":9,"is_nullable":false,"is_zerofill":false,"is_unsigned":false,"is_auto_increment":false,"is_virtual":false,"hidden":1,"ordinal_position":3,"char_length":20,"numeric_precision":19,"numeric_scale":0,"numeric_scale_null":false,"datetime_precision":0,"datetime_precision_null":1,"has_no_default":true,"default_value_null":false,"srs_id_null":true,"srs_id":0,"default_value":"AAAAAAAAAAA=","default_value_utf8_null":true,"default_value_utf8":"","default_option":"","update_option":"","comment":"","generation_expression":"","generation_expression_utf8":"","options":"interval_count=0;","se_private_data":"","column_key":1,"column_type_utf8":"bigint(20)","elements":[],"collation_id":255,"is_explicit_collation":false},{"name":"TOTAL_CONNECTIONS","type":9,"is_nullable":false,"is_zerofill":false,"is_unsigned":false,"is_auto_increment":false,"is_virtual":false,"hidden":1,"ordinal_position":4,"char_length":20,"numeric_precision":19,"numeric_scale":0,"numeric_scale_null":false,"datetime_precision":0,"datetime_precision_null":1,"has_no_default":true,"default_value_null":false,"srs_id_null":true,"srs_id":0,"default_value":"AAAAAAAAAAA=","default_value_utf8_null":true,"default_value_utf8":"","default_option":"","update_option":"","comment":"","generation_expression":"","generation_expression_utf8":"","options":"interval_count=0;","se_private_data":"","column_key":1,"column_type_utf8":"bigint(20)","elements":[],"collation_id":255,"is_explicit_collation":false}],"schema_ref":"performance_schema","se_private_id":18446744073709551615,"engine":"PERFORMANCE_SCHEMA","last_checked_for_upgrade_version_id":0,"comment":"","se_private_data":"","row_format":1,"partition_type":0,"partition_expression":"","partition_expression_utf8":"","default_partitioning":0,"subpartition_type":0,"subpartition_expression":"","subpartition_expression_utf8":"","default_subpartitioning":0,"indexes":[{"name":"ACCOUNT","hidden":false,"is_generated":false,"ordinal_position":1,"comment":"","options":"flags=0;","se_private_data":"","type":2,"algorithm":4,"is_algorithm_explicit":false,"is_visible":true,"engine":"PERFORMANCE_SCHEMA","elements":[{"ordinal_position":1,"length":128,"order":1,"hidden":false,"column_opx":0},{"ordinal_position":2,"length":240,"order":1,"hidden":false,"column_opx":1}]}],"foreign_keys":[],"check_constraints":[],"partitions":[],"collation_id":255}}

View File

@ -0,0 +1 @@
{"mysqld_version_id":80016,"dd_version":80016,"sdi_version":80016,"dd_object_type":"Table","dd_object":{"name":"cond_instances","mysql_version_id":80016,"created":20240320190632,"last_altered":20240320190632,"hidden":1,"options":"avg_row_length=0;key_block_size=0;keys_disabled=0;pack_record=1;server_p_s_table=1;stats_auto_recalc=0;stats_sample_pages=0;","columns":[{"name":"NAME","type":16,"is_nullable":false,"is_zerofill":false,"is_unsigned":false,"is_auto_increment":false,"is_virtual":false,"hidden":1,"ordinal_position":1,"char_length":512,"numeric_precision":0,"numeric_scale":0,"numeric_scale_null":true,"datetime_precision":0,"datetime_precision_null":1,"has_no_default":true,"default_value_null":false,"srs_id_null":true,"srs_id":0,"default_value":"AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\nAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\nAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\nAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\nAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\nAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\nAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\nAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\nAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\nAA==","default_value_utf8_null":true,"default_value_utf8":"","default_option":"","update_option":"","comment":"","generation_expression":"","generation_expression_utf8":"","options":"interval_count=0;","se_private_data":"","column_key":4,"column_type_utf8":"varchar(128)","elements":[],"collation_id":255,"is_explicit_collation":false},{"name":"OBJECT_INSTANCE_BEGIN","type":9,"is_nullable":false,"is_zerofill":false,"is_unsigned":true,"is_auto_increment":false,"is_virtual":false,"hidden":1,"ordinal_position":2,"char_length":20,"numeric_precision":20,"numeric_scale":0,"numeric_scale_null":false,"datetime_precision":0,"datetime_precision_null":1,"has_no_default":true,"default_value_null":false,"srs_id_null":true,"srs_id":0,"default_value":"AAAAAAAAAAA=","default_value_utf8_null":true,"default_value_utf8":"","default_option":"","update_option":"","comment":"","generation_expression":"","generation_expression_utf8":"","options":"interval_count=0;","se_private_data":"","column_key":2,"column_type_utf8":"bigint(20) unsigned","elements":[],"collation_id":255,"is_explicit_collation":false}],"schema_ref":"performance_schema","se_private_id":18446744073709551615,"engine":"PERFORMANCE_SCHEMA","last_checked_for_upgrade_version_id":0,"comment":"","se_private_data":"","row_format":2,"partition_type":0,"partition_expression":"","partition_expression_utf8":"","default_partitioning":0,"subpartition_type":0,"subpartition_expression":"","subpartition_expression_utf8":"","default_subpartitioning":0,"indexes":[{"name":"PRIMARY","hidden":false,"is_generated":false,"ordinal_position":1,"comment":"","options":"flags=0;","se_private_data":"","type":1,"algorithm":4,"is_algorithm_explicit":false,"is_visible":true,"engine":"PERFORMANCE_SCHEMA","elements":[{"ordinal_position":1,"length":8,"order":1,"hidden":false,"column_opx":1}]},{"name":"NAME","hidden":false,"is_generated":false,"ordinal_position":2,"comment":"","options":"flags=0;","se_private_data":"","type":3,"algorithm":4,"is_algorithm_explicit":false,"is_visible":true,"engine":"PERFORMANCE_SCHEMA","elements":[{"ordinal_position":1,"length":512,"order":1,"hidden":false,"column_opx":0}]}],"foreign_keys":[],"check_constraints":[],"partitions":[],"collation_id":255}}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
{"mysqld_version_id":80016,"dd_version":80016,"sdi_version":80016,"dd_object_type":"Table","dd_object":{"name":"global_status","mysql_version_id":80016,"created":20240320190632,"last_altered":20240320190632,"hidden":1,"options":"avg_row_length=0;key_block_size=0;keys_disabled=0;pack_record=1;server_p_s_table=1;stats_auto_recalc=0;stats_sample_pages=0;","columns":[{"name":"VARIABLE_NAME","type":16,"is_nullable":false,"is_zerofill":false,"is_unsigned":false,"is_auto_increment":false,"is_virtual":false,"hidden":1,"ordinal_position":1,"char_length":256,"numeric_precision":0,"numeric_scale":0,"numeric_scale_null":true,"datetime_precision":0,"datetime_precision_null":1,"has_no_default":true,"default_value_null":false,"srs_id_null":true,"srs_id":0,"default_value":"AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\nAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\nAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\nAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\nAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA","default_value_utf8_null":true,"default_value_utf8":"","default_option":"","update_option":"","comment":"","generation_expression":"","generation_expression_utf8":"","options":"interval_count=0;","se_private_data":"","column_key":2,"column_type_utf8":"varchar(64)","elements":[],"collation_id":255,"is_explicit_collation":false},{"name":"VARIABLE_VALUE","type":16,"is_nullable":true,"is_zerofill":false,"is_unsigned":false,"is_auto_increment":false,"is_virtual":false,"hidden":1,"ordinal_position":2,"char_length":4096,"numeric_precision":0,"numeric_scale":0,"numeric_scale_null":true,"datetime_precision":0,"datetime_precision_null":1,"has_no_default":false,"default_value_null":true,"srs_id_null":true,"srs_id":0,"default_value":"","default_value_utf8_null":true,"default_value_utf8":"","default_option":"","update_option":"","comment":"","generation_expression":"","generation_expression_utf8":"","options":"interval_count=0;","se_private_data":"","column_key":1,"column_type_utf8":"varchar(1024)","elements":[],"collation_id":255,"is_explicit_collation":false}],"schema_ref":"performance_schema","se_private_id":18446744073709551615,"engine":"PERFORMANCE_SCHEMA","last_checked_for_upgrade_version_id":0,"comment":"","se_private_data":"","row_format":2,"partition_type":0,"partition_expression":"","partition_expression_utf8":"","default_partitioning":0,"subpartition_type":0,"subpartition_expression":"","subpartition_expression_utf8":"","default_subpartitioning":0,"indexes":[{"name":"PRIMARY","hidden":false,"is_generated":false,"ordinal_position":1,"comment":"","options":"flags=0;","se_private_data":"","type":1,"algorithm":4,"is_algorithm_explicit":false,"is_visible":true,"engine":"PERFORMANCE_SCHEMA","elements":[{"ordinal_position":1,"length":256,"order":1,"hidden":false,"column_opx":0}]}],"foreign_keys":[],"check_constraints":[],"partitions":[],"collation_id":255}}

View File

@ -0,0 +1 @@
{"mysqld_version_id":80016,"dd_version":80016,"sdi_version":80016,"dd_object_type":"Table","dd_object":{"name":"global_variables","mysql_version_id":80016,"created":20240320190632,"last_altered":20240320190632,"hidden":1,"options":"avg_row_length=0;key_block_size=0;keys_disabled=0;pack_record=1;server_p_s_table=1;stats_auto_recalc=0;stats_sample_pages=0;","columns":[{"name":"VARIABLE_NAME","type":16,"is_nullable":false,"is_zerofill":false,"is_unsigned":false,"is_auto_increment":false,"is_virtual":false,"hidden":1,"ordinal_position":1,"char_length":256,"numeric_precision":0,"numeric_scale":0,"numeric_scale_null":true,"datetime_precision":0,"datetime_precision_null":1,"has_no_default":true,"default_value_null":false,"srs_id_null":true,"srs_id":0,"default_value":"AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\nAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\nAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\nAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\nAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA","default_value_utf8_null":true,"default_value_utf8":"","default_option":"","update_option":"","comment":"","generation_expression":"","generation_expression_utf8":"","options":"interval_count=0;","se_private_data":"","column_key":2,"column_type_utf8":"varchar(64)","elements":[],"collation_id":255,"is_explicit_collation":false},{"name":"VARIABLE_VALUE","type":16,"is_nullable":true,"is_zerofill":false,"is_unsigned":false,"is_auto_increment":false,"is_virtual":false,"hidden":1,"ordinal_position":2,"char_length":4096,"numeric_precision":0,"numeric_scale":0,"numeric_scale_null":true,"datetime_precision":0,"datetime_precision_null":1,"has_no_default":false,"default_value_null":true,"srs_id_null":true,"srs_id":0,"default_value":"","default_value_utf8_null":true,"default_value_utf8":"","default_option":"","update_option":"","comment":"","generation_expression":"","generation_expression_utf8":"","options":"interval_count=0;","se_private_data":"","column_key":1,"column_type_utf8":"varchar(1024)","elements":[],"collation_id":255,"is_explicit_collation":false}],"schema_ref":"performance_schema","se_private_id":18446744073709551615,"engine":"PERFORMANCE_SCHEMA","last_checked_for_upgrade_version_id":0,"comment":"","se_private_data":"","row_format":2,"partition_type":0,"partition_expression":"","partition_expression_utf8":"","default_partitioning":0,"subpartition_type":0,"subpartition_expression":"","subpartition_expression_utf8":"","default_subpartitioning":0,"indexes":[{"name":"PRIMARY","hidden":false,"is_generated":false,"ordinal_position":1,"comment":"","options":"flags=0;","se_private_data":"","type":1,"algorithm":4,"is_algorithm_explicit":false,"is_visible":true,"engine":"PERFORMANCE_SCHEMA","elements":[{"ordinal_position":1,"length":256,"order":1,"hidden":false,"column_opx":0}]}],"foreign_keys":[],"check_constraints":[],"partitions":[],"collation_id":255}}

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
{"mysqld_version_id":80016,"dd_version":80016,"sdi_version":80016,"dd_object_type":"Table","dd_object":{"name":"hosts","mysql_version_id":80016,"created":20240320190632,"last_altered":20240320190632,"hidden":1,"options":"avg_row_length=0;key_block_size=0;keys_disabled=0;pack_record=0;server_p_s_table=1;stats_auto_recalc=0;stats_sample_pages=0;","columns":[{"name":"HOST","type":29,"is_nullable":true,"is_zerofill":false,"is_unsigned":false,"is_auto_increment":false,"is_virtual":false,"hidden":1,"ordinal_position":1,"char_length":240,"numeric_precision":0,"numeric_scale":0,"numeric_scale_null":true,"datetime_precision":0,"datetime_precision_null":1,"has_no_default":false,"default_value_null":true,"srs_id_null":true,"srs_id":0,"default_value":"","default_value_utf8_null":true,"default_value_utf8":"","default_option":"","update_option":"","comment":"","generation_expression":"","generation_expression_utf8":"","options":"interval_count=0;","se_private_data":"","column_key":3,"column_type_utf8":"char(60)","elements":[],"collation_id":46,"is_explicit_collation":true},{"name":"CURRENT_CONNECTIONS","type":9,"is_nullable":false,"is_zerofill":false,"is_unsigned":false,"is_auto_increment":false,"is_virtual":false,"hidden":1,"ordinal_position":2,"char_length":20,"numeric_precision":19,"numeric_scale":0,"numeric_scale_null":false,"datetime_precision":0,"datetime_precision_null":1,"has_no_default":true,"default_value_null":false,"srs_id_null":true,"srs_id":0,"default_value":"AAAAAAAAAAA=","default_value_utf8_null":true,"default_value_utf8":"","default_option":"","update_option":"","comment":"","generation_expression":"","generation_expression_utf8":"","options":"interval_count=0;","se_private_data":"","column_key":1,"column_type_utf8":"bigint(20)","elements":[],"collation_id":255,"is_explicit_collation":false},{"name":"TOTAL_CONNECTIONS","type":9,"is_nullable":false,"is_zerofill":false,"is_unsigned":false,"is_auto_increment":false,"is_virtual":false,"hidden":1,"ordinal_position":3,"char_length":20,"numeric_precision":19,"numeric_scale":0,"numeric_scale_null":false,"datetime_precision":0,"datetime_precision_null":1,"has_no_default":true,"default_value_null":false,"srs_id_null":true,"srs_id":0,"default_value":"AAAAAAAAAAA=","default_value_utf8_null":true,"default_value_utf8":"","default_option":"","update_option":"","comment":"","generation_expression":"","generation_expression_utf8":"","options":"interval_count=0;","se_private_data":"","column_key":1,"column_type_utf8":"bigint(20)","elements":[],"collation_id":255,"is_explicit_collation":false}],"schema_ref":"performance_schema","se_private_id":18446744073709551615,"engine":"PERFORMANCE_SCHEMA","last_checked_for_upgrade_version_id":0,"comment":"","se_private_data":"","row_format":1,"partition_type":0,"partition_expression":"","partition_expression_utf8":"","default_partitioning":0,"subpartition_type":0,"subpartition_expression":"","subpartition_expression_utf8":"","default_subpartitioning":0,"indexes":[{"name":"HOST","hidden":false,"is_generated":false,"ordinal_position":1,"comment":"","options":"flags=0;","se_private_data":"","type":2,"algorithm":4,"is_algorithm_explicit":false,"is_visible":true,"engine":"PERFORMANCE_SCHEMA","elements":[{"ordinal_position":1,"length":240,"order":1,"hidden":false,"column_opx":0}]}],"foreign_keys":[],"check_constraints":[],"partitions":[],"collation_id":255}}

Some files were not shown because too many files have changed in this diff Show More