Files
gobeyhan/seed_force.log
Beyhan Oğur f34e54c5a5 first commit
2026-04-26 21:43:40 +03:00

100 KiB

2026/02/10 20:06:26 Connected to Database successfully
2026/02/10 20:06:26 Skipping uuid extension: not PostgreSQL dialect
2026/02/10 20:06:26 Skipping user_name migration: not PostgreSQL dialect
 
2026/02/10 20:06:26 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[3.119ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:26 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[4.227ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:26 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[3.257ms] [rows:-] SELECT count(*) FROM information_schema.tables WHERE table_schema = 'beyhango' AND table_name = 'users' AND table_type = 'BASE TABLE'
 
2026/02/10 20:06:26
[1.311ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:26 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[2.341ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:26 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[107.802ms] [rows:-] SELECT * FROM `users` LIMIT 1
 
2026/02/10 20:06:26 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[5.041ms] [rows:-] SELECT column_name, column_default, is_nullable = 'YES', data_type, character_maximum_length, column_type, column_key, extra, column_comment, numeric_precision, numeric_scale , datetime_precision FROM information_schema.columns WHERE table_schema = 'beyhango' AND table_name = 'users' ORDER BY ORDINAL_POSITION
 
2026/02/10 20:06:26
[1.454ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:26
[2.108ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:26
[3.443ms] [rows:4]
SELECT
TABLE_NAME,
COLUMN_NAME,
INDEX_NAME,
NON_UNIQUE
FROM
information_schema.STATISTICS
WHERE
TABLE_SCHEMA = 'beyhango'
AND TABLE_NAME = 'users'
ORDER BY
INDEX_NAME,
SEQ_IN_INDEX
 
2026/02/10 20:06:26
[1.328ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:26
[1.780ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:26
[3.690ms] [rows:-] SELECT count(*) FROM INFORMATION_SCHEMA.table_constraints WHERE constraint_schema = 'beyhango' AND table_name = 'users' AND constraint_name = 'uni_users_email'
 
2026/02/10 20:06:26
[1.231ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:26
[1.997ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:26
[3.439ms] [rows:-] SELECT count(*) FROM information_schema.statistics WHERE table_schema = 'beyhango' AND table_name = 'users' AND index_name = 'idx_users_email'
 
2026/02/10 20:06:26 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.317ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:26 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.945ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:26 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.602ms] [rows:-] SELECT count(*) FROM information_schema.statistics WHERE table_schema = 'beyhango' AND table_name = 'users' AND index_name = 'idx_users_email'
 
2026/02/10 20:06:26 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.254ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:26 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.922ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:26 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.429ms] [rows:-] SELECT count(*) FROM information_schema.statistics WHERE table_schema = 'beyhango' AND table_name = 'users' AND index_name = 'idx_users_deleted_at'
 
2026/02/10 20:06:26 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.359ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:26 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.925ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:26 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.678ms] [rows:-] SELECT count(*) FROM information_schema.statistics WHERE table_schema = 'beyhango' AND table_name = 'users' AND index_name = 'idx_users_email_verify_token'
 
2026/02/10 20:06:26 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.294ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:26 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.907ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:26 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.652ms] [rows:-] SELECT count(*) FROM information_schema.tables WHERE table_schema = 'beyhango' AND table_name = 'roles' AND table_type = 'BASE TABLE'
 
2026/02/10 20:06:26
[1.442ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:26 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.904ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:26 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[3.601ms] [rows:-] SELECT * FROM `roles` LIMIT 1
 
2026/02/10 20:06:26 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[3.105ms] [rows:-] SELECT column_name, column_default, is_nullable = 'YES', data_type, character_maximum_length, column_type, column_key, extra, column_comment, numeric_precision, numeric_scale , datetime_precision FROM information_schema.columns WHERE table_schema = 'beyhango' AND table_name = 'roles' ORDER BY ORDINAL_POSITION
 
2026/02/10 20:06:26
[1.360ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:26
[1.858ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:26
[1.788ms] [rows:2]
SELECT
TABLE_NAME,
COLUMN_NAME,
INDEX_NAME,
NON_UNIQUE
FROM
information_schema.STATISTICS
WHERE
TABLE_SCHEMA = 'beyhango'
AND TABLE_NAME = 'roles'
ORDER BY
INDEX_NAME,
SEQ_IN_INDEX
 
2026/02/10 20:06:26
[1.126ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:26
[1.807ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:26
[2.169ms] [rows:-] SELECT count(*) FROM INFORMATION_SCHEMA.table_constraints WHERE constraint_schema = 'beyhango' AND table_name = 'roles' AND constraint_name = 'uni_roles_name'
 
2026/02/10 20:06:26
[1.298ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:26
[2.159ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:26
[1.600ms] [rows:-] SELECT count(*) FROM information_schema.statistics WHERE table_schema = 'beyhango' AND table_name = 'roles' AND index_name = 'idx_roles_name'
 
2026/02/10 20:06:26 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.555ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:26 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.841ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:26 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.695ms] [rows:-] SELECT count(*) FROM information_schema.statistics WHERE table_schema = 'beyhango' AND table_name = 'roles' AND index_name = 'idx_roles_name'
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[104.593ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[2.410ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.646ms] [rows:-] SELECT count(*) FROM information_schema.tables WHERE table_schema = 'beyhango' AND table_name = 'user_roles' AND table_type = 'BASE TABLE'
 
2026/02/10 20:06:27
[1.310ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.844ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[2.974ms] [rows:-] SELECT * FROM `user_roles` LIMIT 1
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[3.129ms] [rows:-] SELECT column_name, column_default, is_nullable = 'YES', data_type, character_maximum_length, column_type, column_key, extra, column_comment, numeric_precision, numeric_scale , datetime_precision FROM information_schema.columns WHERE table_schema = 'beyhango' AND table_name = 'user_roles' ORDER BY ORDINAL_POSITION
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.317ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.861ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[2.069ms] [rows:-] SELECT count(*) FROM INFORMATION_SCHEMA.table_constraints WHERE constraint_schema = 'beyhango' AND table_name = 'user_roles' AND constraint_name = 'fk_user_roles_user'
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.416ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.917ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.889ms] [rows:-] SELECT count(*) FROM INFORMATION_SCHEMA.table_constraints WHERE constraint_schema = 'beyhango' AND table_name = 'user_roles' AND constraint_name = 'fk_user_roles_role'
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.199ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.840ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.860ms] [rows:-] SELECT count(*) FROM information_schema.tables WHERE table_schema = 'beyhango' AND table_name = 'social_accounts' AND table_type = 'BASE TABLE'
 
2026/02/10 20:06:27
[1.411ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.854ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[3.087ms] [rows:-] SELECT * FROM `social_accounts` LIMIT 1
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[3.035ms] [rows:-] SELECT column_name, column_default, is_nullable = 'YES', data_type, character_maximum_length, column_type, column_key, extra, column_comment, numeric_precision, numeric_scale , datetime_precision FROM information_schema.columns WHERE table_schema = 'beyhango' AND table_name = 'social_accounts' ORDER BY ORDINAL_POSITION
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.409ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[2.115ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[2.078ms] [rows:-] SELECT count(*) FROM INFORMATION_SCHEMA.table_constraints WHERE constraint_schema = 'beyhango' AND table_name = 'social_accounts' AND constraint_name = 'fk_users_social_accounts'
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.473ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[2.113ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.912ms] [rows:-] SELECT count(*) FROM information_schema.tables WHERE table_schema = 'beyhango' AND table_name = 'permissions' AND table_type = 'BASE TABLE'
 
2026/02/10 20:06:27
[106.009ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[2.050ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[3.191ms] [rows:-] SELECT * FROM `permissions` LIMIT 1
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[3.037ms] [rows:-] SELECT column_name, column_default, is_nullable = 'YES', data_type, character_maximum_length, column_type, column_key, extra, column_comment, numeric_precision, numeric_scale , datetime_precision FROM information_schema.columns WHERE table_schema = 'beyhango' AND table_name = 'permissions' ORDER BY ORDINAL_POSITION
 
2026/02/10 20:06:27
[1.516ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:27
[1.950ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:27
[1.756ms] [rows:2]
SELECT
TABLE_NAME,
COLUMN_NAME,
INDEX_NAME,
NON_UNIQUE
FROM
information_schema.STATISTICS
WHERE
TABLE_SCHEMA = 'beyhango'
AND TABLE_NAME = 'permissions'
ORDER BY
INDEX_NAME,
SEQ_IN_INDEX
 
2026/02/10 20:06:27
[1.311ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:27
[1.963ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:27
[1.866ms] [rows:-] SELECT count(*) FROM INFORMATION_SCHEMA.table_constraints WHERE constraint_schema = 'beyhango' AND table_name = 'permissions' AND constraint_name = 'uni_permissions_name'
 
2026/02/10 20:06:27
[1.410ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:27
[1.896ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:27
[1.611ms] [rows:-] SELECT count(*) FROM information_schema.statistics WHERE table_schema = 'beyhango' AND table_name = 'permissions' AND index_name = 'idx_permissions_name'
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.275ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.935ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.770ms] [rows:-] SELECT count(*) FROM information_schema.statistics WHERE table_schema = 'beyhango' AND table_name = 'permissions' AND index_name = 'idx_permissions_name'
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.282ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[105.279ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.970ms] [rows:-] SELECT count(*) FROM information_schema.tables WHERE table_schema = 'beyhango' AND table_name = 'role_permissions' AND table_type = 'BASE TABLE'
 
2026/02/10 20:06:27
[1.475ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[2.326ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[3.100ms] [rows:-] SELECT * FROM `role_permissions` LIMIT 1
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[105.080ms] [rows:-] SELECT column_name, column_default, is_nullable = 'YES', data_type, character_maximum_length, column_type, column_key, extra, column_comment, numeric_precision, numeric_scale , datetime_precision FROM information_schema.columns WHERE table_schema = 'beyhango' AND table_name = 'role_permissions' ORDER BY ORDINAL_POSITION
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.230ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.888ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[2.064ms] [rows:-] SELECT count(*) FROM INFORMATION_SCHEMA.table_constraints WHERE constraint_schema = 'beyhango' AND table_name = 'role_permissions' AND constraint_name = 'fk_role_permissions_role'
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.290ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[2.057ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[2.209ms] [rows:-] SELECT count(*) FROM INFORMATION_SCHEMA.table_constraints WHERE constraint_schema = 'beyhango' AND table_name = 'role_permissions' AND constraint_name = 'fk_role_permissions_permission'
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.681ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.987ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.767ms] [rows:-] SELECT count(*) FROM information_schema.tables WHERE table_schema = 'beyhango' AND table_name = 'cors_whitelists' AND table_type = 'BASE TABLE'
 
2026/02/10 20:06:27
[81.210ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[2.288ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[3.504ms] [rows:-] SELECT * FROM `cors_whitelists` LIMIT 1
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[3.555ms] [rows:-] SELECT column_name, column_default, is_nullable = 'YES', data_type, character_maximum_length, column_type, column_key, extra, column_comment, numeric_precision, numeric_scale , datetime_precision FROM information_schema.columns WHERE table_schema = 'beyhango' AND table_name = 'cors_whitelists' ORDER BY ORDINAL_POSITION
 
2026/02/10 20:06:27
[1.492ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:27
[2.297ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:27
[1.795ms] [rows:2]
SELECT
TABLE_NAME,
COLUMN_NAME,
INDEX_NAME,
NON_UNIQUE
FROM
information_schema.STATISTICS
WHERE
TABLE_SCHEMA = 'beyhango'
AND TABLE_NAME = 'cors_whitelists'
ORDER BY
INDEX_NAME,
SEQ_IN_INDEX
 
2026/02/10 20:06:27
[1.319ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:27
[1.956ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:27
[2.107ms] [rows:-] SELECT count(*) FROM INFORMATION_SCHEMA.table_constraints WHERE constraint_schema = 'beyhango' AND table_name = 'cors_whitelists' AND constraint_name = 'uni_cors_whitelists_origin'
 
2026/02/10 20:06:27
[1.172ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:27
[1.881ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:27
[1.600ms] [rows:-] SELECT count(*) FROM information_schema.statistics WHERE table_schema = 'beyhango' AND table_name = 'cors_whitelists' AND index_name = 'idx_cors_whitelists_origin'
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.361ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.965ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.577ms] [rows:-] SELECT count(*) FROM information_schema.statistics WHERE table_schema = 'beyhango' AND table_name = 'cors_whitelists' AND index_name = 'idx_cors_whitelists_origin'
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.147ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.897ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.654ms] [rows:-] SELECT count(*) FROM information_schema.tables WHERE table_schema = 'beyhango' AND table_name = 'cors_blacklists' AND table_type = 'BASE TABLE'
 
2026/02/10 20:06:27
[1.446ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.984ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[3.349ms] [rows:-] SELECT * FROM `cors_blacklists` LIMIT 1
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[3.301ms] [rows:-] SELECT column_name, column_default, is_nullable = 'YES', data_type, character_maximum_length, column_type, column_key, extra, column_comment, numeric_precision, numeric_scale , datetime_precision FROM information_schema.columns WHERE table_schema = 'beyhango' AND table_name = 'cors_blacklists' ORDER BY ORDINAL_POSITION
 
2026/02/10 20:06:27
[1.310ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:27
[1.911ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:27
[2.152ms] [rows:2]
SELECT
TABLE_NAME,
COLUMN_NAME,
INDEX_NAME,
NON_UNIQUE
FROM
information_schema.STATISTICS
WHERE
TABLE_SCHEMA = 'beyhango'
AND TABLE_NAME = 'cors_blacklists'
ORDER BY
INDEX_NAME,
SEQ_IN_INDEX
 
2026/02/10 20:06:27
[1.379ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:27
[1.845ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:27
[2.135ms] [rows:-] SELECT count(*) FROM INFORMATION_SCHEMA.table_constraints WHERE constraint_schema = 'beyhango' AND table_name = 'cors_blacklists' AND constraint_name = 'uni_cors_blacklists_origin'
 
2026/02/10 20:06:27
[1.278ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:27
[1.856ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:27
[1.672ms] [rows:-] SELECT count(*) FROM information_schema.statistics WHERE table_schema = 'beyhango' AND table_name = 'cors_blacklists' AND index_name = 'idx_cors_blacklists_origin'
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.305ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.904ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.776ms] [rows:-] SELECT count(*) FROM information_schema.statistics WHERE table_schema = 'beyhango' AND table_name = 'cors_blacklists' AND index_name = 'idx_cors_blacklists_origin'
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.373ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[2.140ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.675ms] [rows:-] SELECT count(*) FROM information_schema.tables WHERE table_schema = 'beyhango' AND table_name = 'rate_limit_settings' AND table_type = 'BASE TABLE'
 
2026/02/10 20:06:27
[1.235ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[2.012ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[3.627ms] [rows:-] SELECT * FROM `rate_limit_settings` LIMIT 1
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[3.080ms] [rows:-] SELECT column_name, column_default, is_nullable = 'YES', data_type, character_maximum_length, column_type, column_key, extra, column_comment, numeric_precision, numeric_scale , datetime_precision FROM information_schema.columns WHERE table_schema = 'beyhango' AND table_name = 'rate_limit_settings' ORDER BY ORDINAL_POSITION
 
2026/02/10 20:06:27
[1.304ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:27
[1.823ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:27
[1.952ms] [rows:2]
SELECT
TABLE_NAME,
COLUMN_NAME,
INDEX_NAME,
NON_UNIQUE
FROM
information_schema.STATISTICS
WHERE
TABLE_SCHEMA = 'beyhango'
AND TABLE_NAME = 'rate_limit_settings'
ORDER BY
INDEX_NAME,
SEQ_IN_INDEX
 
2026/02/10 20:06:27
[1.507ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:27
[2.061ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:27
[1.981ms] [rows:-] SELECT count(*) FROM INFORMATION_SCHEMA.table_constraints WHERE constraint_schema = 'beyhango' AND table_name = 'rate_limit_settings' AND constraint_name = 'uni_rate_limit_settings_name'
 
2026/02/10 20:06:27
[1.353ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:27
[1.837ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:27
[1.667ms] [rows:-] SELECT count(*) FROM information_schema.statistics WHERE table_schema = 'beyhango' AND table_name = 'rate_limit_settings' AND index_name = 'idx_rate_limit_settings_name'
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.340ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[2.106ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.723ms] [rows:-] SELECT count(*) FROM information_schema.statistics WHERE table_schema = 'beyhango' AND table_name = 'rate_limit_settings' AND index_name = 'idx_rate_limit_settings_name'
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.422ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.994ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.733ms] [rows:-] SELECT count(*) FROM information_schema.tables WHERE table_schema = 'beyhango' AND table_name = 'contacts' AND table_type = 'BASE TABLE'
 
2026/02/10 20:06:27
[1.339ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.975ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[3.878ms] [rows:-] SELECT * FROM `contacts` LIMIT 1
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[3.167ms] [rows:-] SELECT column_name, column_default, is_nullable = 'YES', data_type, character_maximum_length, column_type, column_key, extra, column_comment, numeric_precision, numeric_scale , datetime_precision FROM information_schema.columns WHERE table_schema = 'beyhango' AND table_name = 'contacts' ORDER BY ORDINAL_POSITION
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.660ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[37.351ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[2.080ms] [rows:-] SELECT count(*) FROM INFORMATION_SCHEMA.table_constraints WHERE constraint_schema = 'beyhango' AND table_name = 'contacts' AND constraint_name = 'fk_contacts_user'
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.286ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.898ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.621ms] [rows:-] SELECT count(*) FROM information_schema.tables WHERE table_schema = 'beyhango' AND table_name = 'tags' AND table_type = 'BASE TABLE'
 
2026/02/10 20:06:27
[1.386ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.921ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[3.098ms] [rows:-] SELECT * FROM `tags` LIMIT 1
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[3.037ms] [rows:-] SELECT column_name, column_default, is_nullable = 'YES', data_type, character_maximum_length, column_type, column_key, extra, column_comment, numeric_precision, numeric_scale , datetime_precision FROM information_schema.columns WHERE table_schema = 'beyhango' AND table_name = 'tags' ORDER BY ORDINAL_POSITION
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.326ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[2.118ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.683ms] [rows:-] SELECT count(*) FROM information_schema.tables WHERE table_schema = 'beyhango' AND table_name = 'post_categories' AND table_type = 'BASE TABLE'
 
2026/02/10 20:06:27
[1.512ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[2.036ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[3.095ms] [rows:-] SELECT * FROM `post_categories` LIMIT 1
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[3.008ms] [rows:-] SELECT column_name, column_default, is_nullable = 'YES', data_type, character_maximum_length, column_type, column_key, extra, column_comment, numeric_precision, numeric_scale , datetime_precision FROM information_schema.columns WHERE table_schema = 'beyhango' AND table_name = 'post_categories' ORDER BY ORDINAL_POSITION
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.296ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.836ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.976ms] [rows:-] SELECT count(*) FROM INFORMATION_SCHEMA.table_constraints WHERE constraint_schema = 'beyhango' AND table_name = 'post_categories' AND constraint_name = 'fk_post_categories_children'
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.287ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[2.024ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.564ms] [rows:-] SELECT count(*) FROM information_schema.statistics WHERE table_schema = 'beyhango' AND table_name = 'post_categories' AND index_name = 'idx_post_categories_order'
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.414ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.925ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.572ms] [rows:-] SELECT count(*) FROM information_schema.statistics WHERE table_schema = 'beyhango' AND table_name = 'post_categories' AND index_name = 'idx_post_category_slug_parent'
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.269ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[2.196ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.729ms] [rows:-] SELECT count(*) FROM information_schema.tables WHERE table_schema = 'beyhango' AND table_name = 'posts' AND table_type = 'BASE TABLE'
 
2026/02/10 20:06:27
[1.478ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[4.594ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[3.246ms] [rows:-] SELECT * FROM `posts` LIMIT 1
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[3.124ms] [rows:-] SELECT column_name, column_default, is_nullable = 'YES', data_type, character_maximum_length, column_type, column_key, extra, column_comment, numeric_precision, numeric_scale , datetime_precision FROM information_schema.columns WHERE table_schema = 'beyhango' AND table_name = 'posts' ORDER BY ORDINAL_POSITION
 
2026/02/10 20:06:27
[1.403ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:27
[1.955ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:27
[1.907ms] [rows:3]
SELECT
TABLE_NAME,
COLUMN_NAME,
INDEX_NAME,
NON_UNIQUE
FROM
information_schema.STATISTICS
WHERE
TABLE_SCHEMA = 'beyhango'
AND TABLE_NAME = 'posts'
ORDER BY
INDEX_NAME,
SEQ_IN_INDEX
 
2026/02/10 20:06:27
[1.378ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:27
[1.988ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:27
[2.055ms] [rows:-] SELECT count(*) FROM INFORMATION_SCHEMA.table_constraints WHERE constraint_schema = 'beyhango' AND table_name = 'posts' AND constraint_name = 'uni_posts_slug'
 
2026/02/10 20:06:27
[1.417ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:27
[1.888ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:27
[1.857ms] [rows:-] SELECT count(*) FROM information_schema.statistics WHERE table_schema = 'beyhango' AND table_name = 'posts' AND index_name = 'idx_posts_slug'
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.346ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.894ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[97.275ms] [rows:-] SELECT count(*) FROM INFORMATION_SCHEMA.table_constraints WHERE constraint_schema = 'beyhango' AND table_name = 'posts' AND constraint_name = 'fk_posts_children'
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.339ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.894ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.569ms] [rows:-] SELECT count(*) FROM information_schema.statistics WHERE table_schema = 'beyhango' AND table_name = 'posts' AND index_name = 'idx_posts_slug'
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.229ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.957ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.729ms] [rows:-] SELECT count(*) FROM information_schema.tables WHERE table_schema = 'beyhango' AND table_name = 'post_post_categories' AND table_type = 'BASE TABLE'
 
2026/02/10 20:06:27
[1.434ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[2.000ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[3.166ms] [rows:-] SELECT * FROM `post_post_categories` LIMIT 1
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[3.042ms] [rows:-] SELECT column_name, column_default, is_nullable = 'YES', data_type, character_maximum_length, column_type, column_key, extra, column_comment, numeric_precision, numeric_scale , datetime_precision FROM information_schema.columns WHERE table_schema = 'beyhango' AND table_name = 'post_post_categories' ORDER BY ORDINAL_POSITION
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.482ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.953ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[2.237ms] [rows:-] SELECT count(*) FROM INFORMATION_SCHEMA.table_constraints WHERE constraint_schema = 'beyhango' AND table_name = 'post_post_categories' AND constraint_name = 'fk_post_post_categories_post_category'
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.479ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[2.236ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[2.137ms] [rows:-] SELECT count(*) FROM INFORMATION_SCHEMA.table_constraints WHERE constraint_schema = 'beyhango' AND table_name = 'post_post_categories' AND constraint_name = 'fk_post_post_categories_post'
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.455ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.979ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.844ms] [rows:-] SELECT count(*) FROM information_schema.tables WHERE table_schema = 'beyhango' AND table_name = 'post_tags' AND table_type = 'BASE TABLE'
 
2026/02/10 20:06:27
[1.487ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[2.123ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[3.368ms] [rows:-] SELECT * FROM `post_tags` LIMIT 1
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[2.889ms] [rows:-] SELECT column_name, column_default, is_nullable = 'YES', data_type, character_maximum_length, column_type, column_key, extra, column_comment, numeric_precision, numeric_scale , datetime_precision FROM information_schema.columns WHERE table_schema = 'beyhango' AND table_name = 'post_tags' ORDER BY ORDINAL_POSITION
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.260ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.980ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.647ms] [rows:-] SELECT count(*) FROM information_schema.tables WHERE table_schema = 'beyhango' AND table_name = 'post_post_tags' AND table_type = 'BASE TABLE'
 
2026/02/10 20:06:27
[1.376ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[2.199ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[2.923ms] [rows:-] SELECT * FROM `post_post_tags` LIMIT 1
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[3.539ms] [rows:-] SELECT column_name, column_default, is_nullable = 'YES', data_type, character_maximum_length, column_type, column_key, extra, column_comment, numeric_precision, numeric_scale , datetime_precision FROM information_schema.columns WHERE table_schema = 'beyhango' AND table_name = 'post_post_tags' ORDER BY ORDINAL_POSITION
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.288ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[2.196ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.911ms] [rows:-] SELECT count(*) FROM INFORMATION_SCHEMA.table_constraints WHERE constraint_schema = 'beyhango' AND table_name = 'post_post_tags' AND constraint_name = 'fk_post_post_tags_post'
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.230ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.892ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.888ms] [rows:-] SELECT count(*) FROM INFORMATION_SCHEMA.table_constraints WHERE constraint_schema = 'beyhango' AND table_name = 'post_post_tags' AND constraint_name = 'fk_post_post_tags_post_tag'
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.395ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.750ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.562ms] [rows:-] SELECT count(*) FROM information_schema.tables WHERE table_schema = 'beyhango' AND table_name = 'post_comments' AND table_type = 'BASE TABLE'
 
2026/02/10 20:06:27
[1.275ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.812ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[3.125ms] [rows:-] SELECT * FROM `post_comments` LIMIT 1
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[3.558ms] [rows:-] SELECT column_name, column_default, is_nullable = 'YES', data_type, character_maximum_length, column_type, column_key, extra, column_comment, numeric_precision, numeric_scale , datetime_precision FROM information_schema.columns WHERE table_schema = 'beyhango' AND table_name = 'post_comments' ORDER BY ORDINAL_POSITION
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.336ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.904ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[2.103ms] [rows:-] SELECT count(*) FROM INFORMATION_SCHEMA.table_constraints WHERE constraint_schema = 'beyhango' AND table_name = 'post_comments' AND constraint_name = 'fk_post_comments_user'
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.356ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.885ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.981ms] [rows:-] SELECT count(*) FROM INFORMATION_SCHEMA.table_constraints WHERE constraint_schema = 'beyhango' AND table_name = 'post_comments' AND constraint_name = 'fk_post_comments_children'
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.305ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:27 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[2.024ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.965ms] [rows:-] SELECT count(*) FROM INFORMATION_SCHEMA.table_constraints WHERE constraint_schema = 'beyhango' AND table_name = 'post_comments' AND constraint_name = 'fk_posts_comments'
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.366ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.846ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.737ms] [rows:-] SELECT count(*) FROM information_schema.statistics WHERE table_schema = 'beyhango' AND table_name = 'post_comments' AND index_name = 'idx_post_comment_slug_parent'
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.474ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.930ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.620ms] [rows:-] SELECT count(*) FROM information_schema.tables WHERE table_schema = 'beyhango' AND table_name = 'post_category_views' AND table_type = 'BASE TABLE'
 
2026/02/10 20:06:28
[1.399ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.854ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[3.145ms] [rows:-] SELECT * FROM `post_category_views` LIMIT 1
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[3.368ms] [rows:-] SELECT column_name, column_default, is_nullable = 'YES', data_type, character_maximum_length, column_type, column_key, extra, column_comment, numeric_precision, numeric_scale , datetime_precision FROM information_schema.columns WHERE table_schema = 'beyhango' AND table_name = 'post_category_views' ORDER BY ORDINAL_POSITION
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.277ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.782ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[2.065ms] [rows:-] SELECT count(*) FROM INFORMATION_SCHEMA.table_constraints WHERE constraint_schema = 'beyhango' AND table_name = 'post_category_views' AND constraint_name = 'fk_post_category_views_category'
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.439ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.992ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.798ms] [rows:-] SELECT count(*) FROM information_schema.statistics WHERE table_schema = 'beyhango' AND table_name = 'post_category_views' AND index_name = 'idx_post_category_views'
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.496ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[2.068ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.830ms] [rows:-] SELECT count(*) FROM information_schema.tables WHERE table_schema = 'beyhango' AND table_name = 'homes' AND table_type = 'BASE TABLE'
 
2026/02/10 20:06:28
[1.712ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.982ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[3.379ms] [rows:-] SELECT * FROM `homes` LIMIT 1
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[3.390ms] [rows:-] SELECT column_name, column_default, is_nullable = 'YES', data_type, character_maximum_length, column_type, column_key, extra, column_comment, numeric_precision, numeric_scale , datetime_precision FROM information_schema.columns WHERE table_schema = 'beyhango' AND table_name = 'homes' ORDER BY ORDINAL_POSITION
 
2026/02/10 20:06:28
[1.342ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:28
[2.033ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:28
[1.688ms] [rows:2]
SELECT
TABLE_NAME,
COLUMN_NAME,
INDEX_NAME,
NON_UNIQUE
FROM
information_schema.STATISTICS
WHERE
TABLE_SCHEMA = 'beyhango'
AND TABLE_NAME = 'homes'
ORDER BY
INDEX_NAME,
SEQ_IN_INDEX
 
2026/02/10 20:06:28
[1.125ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:28
[1.973ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:28
[2.098ms] [rows:-] SELECT count(*) FROM INFORMATION_SCHEMA.table_constraints WHERE constraint_schema = 'beyhango' AND table_name = 'homes' AND constraint_name = 'uni_homes_slug'
 
2026/02/10 20:06:28
[1.370ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:28
[107.828ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:28
[106.206ms] [rows:-] SELECT count(*) FROM information_schema.statistics WHERE table_schema = 'beyhango' AND table_name = 'homes' AND index_name = 'idx_homes_slug'
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[3.051ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[2.074ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.651ms] [rows:-] SELECT count(*) FROM information_schema.statistics WHERE table_schema = 'beyhango' AND table_name = 'homes' AND index_name = 'idx_homes_slug'
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.600ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[3.127ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.830ms] [rows:-] SELECT count(*) FROM information_schema.tables WHERE table_schema = 'beyhango' AND table_name = 'home_tags' AND table_type = 'BASE TABLE'
 
2026/02/10 20:06:28
[1.417ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.825ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[2.748ms] [rows:-] SELECT * FROM `home_tags` LIMIT 1
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[3.002ms] [rows:-] SELECT column_name, column_default, is_nullable = 'YES', data_type, character_maximum_length, column_type, column_key, extra, column_comment, numeric_precision, numeric_scale , datetime_precision FROM information_schema.columns WHERE table_schema = 'beyhango' AND table_name = 'home_tags' ORDER BY ORDINAL_POSITION
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.531ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[2.084ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.959ms] [rows:-] SELECT count(*) FROM INFORMATION_SCHEMA.table_constraints WHERE constraint_schema = 'beyhango' AND table_name = 'home_tags' AND constraint_name = 'fk_home_tags_home'
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.283ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.828ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.879ms] [rows:-] SELECT count(*) FROM INFORMATION_SCHEMA.table_constraints WHERE constraint_schema = 'beyhango' AND table_name = 'home_tags' AND constraint_name = 'fk_home_tags_tag'
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.237ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[2.075ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.536ms] [rows:-] SELECT count(*) FROM information_schema.tables WHERE table_schema = 'beyhango' AND table_name = 'about' AND table_type = 'BASE TABLE'
 
2026/02/10 20:06:28
[1.186ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.957ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[3.359ms] [rows:-] SELECT * FROM `about` LIMIT 1
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[3.502ms] [rows:-] SELECT column_name, column_default, is_nullable = 'YES', data_type, character_maximum_length, column_type, column_key, extra, column_comment, numeric_precision, numeric_scale , datetime_precision FROM information_schema.columns WHERE table_schema = 'beyhango' AND table_name = 'about' ORDER BY ORDINAL_POSITION
 
2026/02/10 20:06:28
[1.668ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:28
[2.046ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:28
[1.680ms] [rows:2]
SELECT
TABLE_NAME,
COLUMN_NAME,
INDEX_NAME,
NON_UNIQUE
FROM
information_schema.STATISTICS
WHERE
TABLE_SCHEMA = 'beyhango'
AND TABLE_NAME = 'about'
ORDER BY
INDEX_NAME,
SEQ_IN_INDEX
 
2026/02/10 20:06:28
[1.353ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:28
[1.961ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:28
[1.953ms] [rows:-] SELECT count(*) FROM INFORMATION_SCHEMA.table_constraints WHERE constraint_schema = 'beyhango' AND table_name = 'about' AND constraint_name = 'uni_about_slug'
 
2026/02/10 20:06:28
[1.341ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:28
[1.840ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:28
[1.846ms] [rows:-] SELECT count(*) FROM information_schema.statistics WHERE table_schema = 'beyhango' AND table_name = 'about' AND index_name = 'idx_about_slug'
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.198ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.891ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.643ms] [rows:-] SELECT count(*) FROM information_schema.statistics WHERE table_schema = 'beyhango' AND table_name = 'about' AND index_name = 'idx_about_slug'
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.384ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.994ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.479ms] [rows:-] SELECT count(*) FROM information_schema.tables WHERE table_schema = 'beyhango' AND table_name = 'services' AND table_type = 'BASE TABLE'
 
2026/02/10 20:06:28
[1.443ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[2.050ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[3.002ms] [rows:-] SELECT * FROM `services` LIMIT 1
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[3.028ms] [rows:-] SELECT column_name, column_default, is_nullable = 'YES', data_type, character_maximum_length, column_type, column_key, extra, column_comment, numeric_precision, numeric_scale , datetime_precision FROM information_schema.columns WHERE table_schema = 'beyhango' AND table_name = 'services' ORDER BY ORDINAL_POSITION
 
2026/02/10 20:06:28
[1.178ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:28
[1.726ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:28
[1.613ms] [rows:2]
SELECT
TABLE_NAME,
COLUMN_NAME,
INDEX_NAME,
NON_UNIQUE
FROM
information_schema.STATISTICS
WHERE
TABLE_SCHEMA = 'beyhango'
AND TABLE_NAME = 'services'
ORDER BY
INDEX_NAME,
SEQ_IN_INDEX
 
2026/02/10 20:06:28
[1.347ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:28
[1.911ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:28
[1.947ms] [rows:-] SELECT count(*) FROM INFORMATION_SCHEMA.table_constraints WHERE constraint_schema = 'beyhango' AND table_name = 'services' AND constraint_name = 'uni_services_slug'
 
2026/02/10 20:06:28
[1.394ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:28
[1.781ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:28
[1.676ms] [rows:-] SELECT count(*) FROM information_schema.statistics WHERE table_schema = 'beyhango' AND table_name = 'services' AND index_name = 'idx_services_slug'
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[2.092ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.942ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.625ms] [rows:-] SELECT count(*) FROM information_schema.statistics WHERE table_schema = 'beyhango' AND table_name = 'services' AND index_name = 'idx_services_slug'
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.397ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[2.010ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.639ms] [rows:-] SELECT count(*) FROM information_schema.tables WHERE table_schema = 'beyhango' AND table_name = 'services_title' AND table_type = 'BASE TABLE'
 
2026/02/10 20:06:28
[1.425ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[2.005ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[3.027ms] [rows:-] SELECT * FROM `services_title` LIMIT 1
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[3.133ms] [rows:-] SELECT column_name, column_default, is_nullable = 'YES', data_type, character_maximum_length, column_type, column_key, extra, column_comment, numeric_precision, numeric_scale , datetime_precision FROM information_schema.columns WHERE table_schema = 'beyhango' AND table_name = 'services_title' ORDER BY ORDINAL_POSITION
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.344ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.842ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.668ms] [rows:-] SELECT count(*) FROM information_schema.tables WHERE table_schema = 'beyhango' AND table_name = 'resumes' AND table_type = 'BASE TABLE'
 
2026/02/10 20:06:28
[1.444ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.867ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[3.303ms] [rows:-] SELECT * FROM `resumes` LIMIT 1
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[3.132ms] [rows:-] SELECT column_name, column_default, is_nullable = 'YES', data_type, character_maximum_length, column_type, column_key, extra, column_comment, numeric_precision, numeric_scale , datetime_precision FROM information_schema.columns WHERE table_schema = 'beyhango' AND table_name = 'resumes' ORDER BY ORDINAL_POSITION
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.230ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[2.680ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.827ms] [rows:-] SELECT count(*) FROM information_schema.tables WHERE table_schema = 'beyhango' AND table_name = 'educations' AND table_type = 'BASE TABLE'
 
2026/02/10 20:06:28
[1.539ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.819ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[3.121ms] [rows:-] SELECT * FROM `educations` LIMIT 1
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[3.321ms] [rows:-] SELECT column_name, column_default, is_nullable = 'YES', data_type, character_maximum_length, column_type, column_key, extra, column_comment, numeric_precision, numeric_scale , datetime_precision FROM information_schema.columns WHERE table_schema = 'beyhango' AND table_name = 'educations' ORDER BY ORDINAL_POSITION
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.483ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[2.165ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[2.281ms] [rows:-] SELECT count(*) FROM INFORMATION_SCHEMA.table_constraints WHERE constraint_schema = 'beyhango' AND table_name = 'educations' AND constraint_name = 'fk_resumes_educations'
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.534ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.934ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.692ms] [rows:-] SELECT count(*) FROM information_schema.tables WHERE table_schema = 'beyhango' AND table_name = 'experience' AND table_type = 'BASE TABLE'
 
2026/02/10 20:06:28
[1.368ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[2.138ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[3.477ms] [rows:-] SELECT * FROM `experience` LIMIT 1
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[3.029ms] [rows:-] SELECT column_name, column_default, is_nullable = 'YES', data_type, character_maximum_length, column_type, column_key, extra, column_comment, numeric_precision, numeric_scale , datetime_precision FROM information_schema.columns WHERE table_schema = 'beyhango' AND table_name = 'experience' ORDER BY ORDINAL_POSITION
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.497ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.907ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.950ms] [rows:-] SELECT count(*) FROM INFORMATION_SCHEMA.table_constraints WHERE constraint_schema = 'beyhango' AND table_name = 'experience' AND constraint_name = 'fk_resumes_experiences'
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.338ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.923ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.832ms] [rows:-] SELECT count(*) FROM information_schema.tables WHERE table_schema = 'beyhango' AND table_name = 'skills' AND table_type = 'BASE TABLE'
 
2026/02/10 20:06:28
[1.435ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.847ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[3.102ms] [rows:-] SELECT * FROM `skills` LIMIT 1
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[2.952ms] [rows:-] SELECT column_name, column_default, is_nullable = 'YES', data_type, character_maximum_length, column_type, column_key, extra, column_comment, numeric_precision, numeric_scale , datetime_precision FROM information_schema.columns WHERE table_schema = 'beyhango' AND table_name = 'skills' ORDER BY ORDINAL_POSITION
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.411ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.888ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[2.048ms] [rows:-] SELECT count(*) FROM INFORMATION_SCHEMA.table_constraints WHERE constraint_schema = 'beyhango' AND table_name = 'skills' AND constraint_name = 'fk_resumes_skills'
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.540ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.888ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.739ms] [rows:-] SELECT count(*) FROM information_schema.tables WHERE table_schema = 'beyhango' AND table_name = 'knowledges' AND table_type = 'BASE TABLE'
 
2026/02/10 20:06:28
[1.390ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.991ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[2.979ms] [rows:-] SELECT * FROM `knowledges` LIMIT 1
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[2.937ms] [rows:-] SELECT column_name, column_default, is_nullable = 'YES', data_type, character_maximum_length, column_type, column_key, extra, column_comment, numeric_precision, numeric_scale , datetime_precision FROM information_schema.columns WHERE table_schema = 'beyhango' AND table_name = 'knowledges' ORDER BY ORDINAL_POSITION
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.408ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[2.126ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.849ms] [rows:-] SELECT count(*) FROM INFORMATION_SCHEMA.table_constraints WHERE constraint_schema = 'beyhango' AND table_name = 'knowledges' AND constraint_name = 'fk_resumes_knowledges'
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.419ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.898ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.651ms] [rows:-] SELECT count(*) FROM information_schema.tables WHERE table_schema = 'beyhango' AND table_name = 'mane_menu' AND table_type = 'BASE TABLE'
 
2026/02/10 20:06:28
[1.223ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[2.300ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[3.332ms] [rows:-] SELECT * FROM `mane_menu` LIMIT 1
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[3.197ms] [rows:-] SELECT column_name, column_default, is_nullable = 'YES', data_type, character_maximum_length, column_type, column_key, extra, column_comment, numeric_precision, numeric_scale , datetime_precision FROM information_schema.columns WHERE table_schema = 'beyhango' AND table_name = 'mane_menu' ORDER BY ORDINAL_POSITION
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.486ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[2.056ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.624ms] [rows:-] SELECT count(*) FROM information_schema.tables WHERE table_schema = 'beyhango' AND table_name = 'settings' AND table_type = 'BASE TABLE'
 
2026/02/10 20:06:28
[1.394ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[2.040ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[3.282ms] [rows:-] SELECT * FROM `settings` LIMIT 1
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[3.384ms] [rows:-] SELECT column_name, column_default, is_nullable = 'YES', data_type, character_maximum_length, column_type, column_key, extra, column_comment, numeric_precision, numeric_scale , datetime_precision FROM information_schema.columns WHERE table_schema = 'beyhango' AND table_name = 'settings' ORDER BY ORDINAL_POSITION
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.423ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[2.121ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[105.916ms] [rows:-] SELECT count(*) FROM information_schema.tables WHERE table_schema = 'beyhango' AND table_name = 'banners' AND table_type = 'BASE TABLE'
 
2026/02/10 20:06:28
[1.472ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[2.158ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[3.605ms] [rows:-] SELECT * FROM `banners` LIMIT 1
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[3.282ms] [rows:-] SELECT column_name, column_default, is_nullable = 'YES', data_type, character_maximum_length, column_type, column_key, extra, column_comment, numeric_precision, numeric_scale , datetime_precision FROM information_schema.columns WHERE table_schema = 'beyhango' AND table_name = 'banners' ORDER BY ORDINAL_POSITION
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.388ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.922ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[1.839ms] [rows:-] SELECT count(*) FROM information_schema.tables WHERE table_schema = 'beyhango' AND table_name = 'site_settings' AND table_type = 'BASE TABLE'
 
2026/02/10 20:06:28
[1.445ms] [rows:-] SELECT DATABASE()
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[2.171ms] [rows:1] SELECT SCHEMA_NAME from Information_schema.SCHEMATA where SCHEMA_NAME LIKE 'beyhango%' ORDER BY SCHEMA_NAME='beyhango' DESC,SCHEMA_NAME limit 1
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[3.424ms] [rows:-] SELECT * FROM `site_settings` LIMIT 1
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:79
[3.138ms] [rows:-] SELECT column_name, column_default, is_nullable = 'YES', data_type, character_maximum_length, column_type, column_key, extra, column_comment, numeric_precision, numeric_scale , datetime_precision FROM information_schema.columns WHERE table_schema = 'beyhango' AND table_name = 'site_settings' ORDER BY ORDINAL_POSITION
2026/02/10 20:06:28 Database Migration Completed
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:213
[4.027ms] [rows:1] SELECT * FROM `permissions` WHERE `permissions`.`name` = 'user:read' AND `permissions`.`description` = 'Can read user data' ORDER BY `permissions`.`id` LIMIT 1
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:213
[1.771ms] [rows:1] SELECT * FROM `permissions` WHERE `permissions`.`name` = 'user:write' AND `permissions`.`description` = 'Can modify user data' ORDER BY `permissions`.`id` LIMIT 1
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:213
[1.813ms] [rows:1] SELECT * FROM `permissions` WHERE `permissions`.`name` = 'admin:access' AND `permissions`.`description` = 'Can access admin panel' ORDER BY `permissions`.`id` LIMIT 1
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:219
[3.318ms] [rows:1] SELECT * FROM `roles` WHERE `roles`.`name` = 'admin' AND `roles`.`description` = 'Default admin role' ORDER BY `roles`.`id` LIMIT 1
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:219
[1.683ms] [rows:1] SELECT * FROM `roles` WHERE `roles`.`name` = 'user' AND `roles`.`description` = 'Default user role' ORDER BY `roles`.`id` LIMIT 1
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:224
[3.600ms] [rows:3] SELECT * FROM `role_permissions` WHERE `role_permissions`.`role_id` = 1
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:224
[3.430ms] [rows:3] SELECT * FROM `permissions` WHERE `permissions`.`id` IN (1,2,3)
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:224
[14.491ms] [rows:1] SELECT * FROM `roles` WHERE name = 'admin' ORDER BY `roles`.`id` LIMIT 1
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:228
[3.372ms] [rows:3] SELECT * FROM `permissions`
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:231
[6.469ms] [rows:3] INSERT INTO `permissions` (`name`,`description`,`id`) VALUES ('user:read','Can read user data',1),('user:write','Can modify user data',2),('admin:access','Can access admin panel',3) ON DUPLICATE KEY UPDATE `id`=`id` RETURNING `id`
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:231
[4.648ms] [rows:0] INSERT INTO `role_permissions` (`role_id`,`permission_id`) VALUES (1,1),(1,2),(1,3) ON DUPLICATE KEY UPDATE `role_id`=`role_id`
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:231
[7.717ms] [rows:0] DELETE FROM `role_permissions` WHERE `role_permissions`.`role_id` = 1 AND `role_permissions`.`permission_id` NOT IN (1,2,3)
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:237
[1.777ms] [rows:1] SELECT * FROM `role_permissions` WHERE `role_permissions`.`role_id` = 2
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:237
[3.326ms] [rows:1] SELECT * FROM `permissions` WHERE `permissions`.`id` = 1
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:237
[6.885ms] [rows:1] SELECT * FROM `roles` WHERE name = 'user' ORDER BY `roles`.`id` LIMIT 1
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:240
[3.291ms] [rows:1] SELECT * FROM `permissions` WHERE name IN ('user:read')
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:242
[4.627ms] [rows:1] INSERT INTO `permissions` (`name`,`description`,`id`) VALUES ('user:read','Can read user data',1) ON DUPLICATE KEY UPDATE `id`=`id` RETURNING `id`
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:242
[4.295ms] [rows:0] INSERT INTO `role_permissions` (`role_id`,`permission_id`) VALUES (2,1) ON DUPLICATE KEY UPDATE `role_id`=`role_id`
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:242
[7.753ms] [rows:0] DELETE FROM `role_permissions` WHERE `role_permissions`.`role_id` = 2 AND `role_permissions`.`permission_id` <> 1
2026/02/10 20:06:28 Roles and Permissions seeded
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:252
[3.146ms] [rows:1] SELECT count(*) FROM `cors_whitelists`
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:278
[3.097ms] [rows:1] SELECT count(*) FROM `rate_limit_settings`
Varsayılan Yönetici Yaratılıyor...
2026/02/10 20:06:28 Seeding default admin (email=admin@gauth.local, force=true)
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:328
[3.733ms] [rows:1] SELECT * FROM `users` WHERE email = 'admin@gauth.local' ORDER BY `users`.`id` LIMIT 1
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:371
[11.265ms] [rows:1] UPDATE `users` SET `email_verified`=true,`password`='$2a$10$euI065n8fjqOxPZSMSh50OWpxBCrro3ZV8Bsh.XPNFGXPj/9ChQDK',`user_name`='admin',`updated_at`='2026-02-10 20:06:28.839' WHERE `users`.`deleted_at` IS NULL AND `id` = 'f86dcaea-b856-4ff4-b1a0-9ab6535a93d5'
2026/02/10 20:06:28 ✅ Admin password reset (force=true).
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:384
[1.925ms] [rows:1] SELECT * FROM `roles` WHERE name = 'admin' ORDER BY `roles`.`id` LIMIT 1
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:389
[4.695ms] [rows:1] INSERT INTO `roles` (`name`,`description`,`id`) VALUES ('admin','Default admin role',1) ON DUPLICATE KEY UPDATE `id`=`id` RETURNING `id`
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:389
[4.237ms] [rows:0] INSERT INTO `user_roles` (`user_id`,`role_id`) VALUES ('f86dcaea-b856-4ff4-b1a0-9ab6535a93d5',1) ON DUPLICATE KEY UPDATE `user_id`=`user_id`
 
2026/02/10 20:06:28 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:389
[23.554ms] [rows:1] UPDATE `users` SET `updated_at`='2026-02-10 20:06:28.854' WHERE `users`.`deleted_at` IS NULL AND `id` = 'f86dcaea-b856-4ff4-b1a0-9ab6535a93d5'
2026/02/10 20:06:28 Admin role assigned
Varsayılan Yönetici Yaratıldı...