100 KiB
100 KiB
2026/02/10 20:02:31 Connected to Database successfully
2026/02/10 20:02:31 Skipping uuid extension: not PostgreSQL dialect
2026/02/10 20:02:31 Skipping user_name migration: not PostgreSQL dialect
2026/02/10 20:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.405ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[3.508ms] [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:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.784ms] [rows:-] SELECT count(*) FROM information_schema.tables WHERE table_schema = 'beyhango' AND table_name = 'users' AND table_type = 'BASE TABLE'
2026/02/10 20:02:31
[1.445ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.346ms] [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:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.615ms] [rows:-] SELECT * FROM `users` LIMIT 1
2026/02/10 20:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[3.915ms] [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:02:31
[1.001ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:31
[1.319ms] [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:02:31
[5.104ms] [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:02:31
[1.846ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:31
[1.307ms] [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:02:31
[2.989ms] [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:02:31
[1.568ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:31
[1.405ms] [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:02:31
[2.263ms] [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:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.346ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.125ms] [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:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.050ms] [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:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[0.935ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.308ms] [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:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.184ms] [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:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.108ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.601ms] [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:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.371ms] [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:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[0.950ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.495ms] [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:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.306ms] [rows:-] SELECT count(*) FROM information_schema.tables WHERE table_schema = 'beyhango' AND table_name = 'roles' AND table_type = 'BASE TABLE'
2026/02/10 20:02:31
[1.860ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.466ms] [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:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.258ms] [rows:-] SELECT * FROM `roles` LIMIT 1
2026/02/10 20:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.637ms] [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:02:31
[0.991ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:31
[1.258ms] [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:02:31
[1.218ms] [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:02:31
[1.111ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:31
[105.129ms] [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:02:31
[2.267ms] [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:02:31
[1.717ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:31
[1.874ms] [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:02:31
[1.933ms] [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:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[59.017ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.180ms] [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:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.624ms] [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:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.405ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.732ms] [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:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.599ms] [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:02:31
[1.570ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.949ms] [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:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.950ms] [rows:-] SELECT * FROM `user_roles` LIMIT 1
2026/02/10 20:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[3.975ms] [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:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.192ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.912ms] [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:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.976ms] [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:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.481ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.030ms] [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:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.013ms] [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:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.227ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.814ms] [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:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.679ms] [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:02:31
[2.445ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.190ms] [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:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[3.973ms] [rows:-] SELECT * FROM `social_accounts` LIMIT 1
2026/02/10 20:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[4.700ms] [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:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.799ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[57.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:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[5.238ms] [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:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.650ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.052ms] [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:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.636ms] [rows:-] SELECT count(*) FROM information_schema.tables WHERE table_schema = 'beyhango' AND table_name = 'permissions' AND table_type = 'BASE TABLE'
2026/02/10 20:02:31
[3.249ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.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:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[4.959ms] [rows:-] SELECT * FROM `permissions` LIMIT 1
2026/02/10 20:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.888ms] [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:02:31
[1.191ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:31
[1.966ms] [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:02:31
[1.702ms] [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:02:31
[1.229ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:31
[2.030ms] [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:02:31
[1.959ms] [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:02:31
[1.308ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:31
[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:02:31
[1.674ms] [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:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.355ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.004ms] [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:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.767ms] [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:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.103ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.051ms] [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:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.728ms] [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:02:31
[1.131ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[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:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.775ms] [rows:-] SELECT * FROM `role_permissions` LIMIT 1
2026/02/10 20:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[3.270ms] [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:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.105ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.971ms] [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:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.213ms] [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:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.165ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.014ms] [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:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.000ms] [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:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.208ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.936ms] [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:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.912ms] [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:02:31
[1.593ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.059ms] [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:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[3.029ms] [rows:-] SELECT * FROM `cors_whitelists` LIMIT 1
2026/02/10 20:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[3.024ms] [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:02:31
[1.339ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:31
[1.889ms] [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:02:31
[1.774ms] [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:02:31
[1.335ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:32
[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:02:32
[2.100ms] [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:02:32
[1.201ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:32
[1.962ms] [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:02:32
[104.930ms] [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:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.499ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.880ms] [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:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.563ms] [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:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.348ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.760ms] [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:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.762ms] [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:02:32
[1.509ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[104.715ms] [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:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[3.006ms] [rows:-] SELECT * FROM `cors_blacklists` LIMIT 1
2026/02/10 20:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[3.083ms] [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:02:32
[1.206ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:32
[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:02:32
[3.067ms] [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:02:32
[1.262ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:32
[1.739ms] [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:02:32
[1.994ms] [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:02:32
[1.298ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:32
[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:02:32
[1.540ms] [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:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.267ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.790ms] [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:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.899ms] [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:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.218ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.855ms] [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:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.631ms] [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:02:32
[1.340ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[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:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[3.470ms] [rows:-] SELECT * FROM `rate_limit_settings` LIMIT 1
2026/02/10 20:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.993ms] [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:02:32
[1.217ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:32
[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:02:32
[108.514ms] [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:02:32
[1.611ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:32
[2.026ms] [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:02:32
[2.292ms] [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:02:32
[1.225ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:32
[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:02:32
[1.633ms] [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:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.299ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.914ms] [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:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.664ms] [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:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.402ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.047ms] [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:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.651ms] [rows:-] SELECT count(*) FROM information_schema.tables WHERE table_schema = 'beyhango' AND table_name = 'contacts' AND table_type = 'BASE TABLE'
2026/02/10 20:02:32
[1.467ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.064ms] [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:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[3.215ms] [rows:-] SELECT * FROM `contacts` LIMIT 1
2026/02/10 20:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[3.270ms] [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:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.320ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.021ms] [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:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.002ms] [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:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.314ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.830ms] [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:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.716ms] [rows:-] SELECT count(*) FROM information_schema.tables WHERE table_schema = 'beyhango' AND table_name = 'tags' AND table_type = 'BASE TABLE'
2026/02/10 20:02:32
[1.349ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.027ms] [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:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[3.276ms] [rows:-] SELECT * FROM `tags` LIMIT 1
2026/02/10 20:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[3.690ms] [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:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.575ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.147ms] [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:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.024ms] [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:02:32
[1.400ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.029ms] [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:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[3.799ms] [rows:-] SELECT * FROM `post_categories` LIMIT 1
2026/02/10 20:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[108.347ms] [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:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.628ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.232ms] [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:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.205ms] [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:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.352ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.029ms] [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:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.733ms] [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:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.362ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.087ms] [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:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.729ms] [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:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.492ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.124ms] [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:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[106.834ms] [rows:-] SELECT count(*) FROM information_schema.tables WHERE table_schema = 'beyhango' AND table_name = 'posts' AND table_type = 'BASE TABLE'
2026/02/10 20:02:32
[1.489ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.187ms] [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:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[110.957ms] [rows:-] SELECT * FROM `posts` LIMIT 1
2026/02/10 20:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[3.386ms] [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:02:32
[2.753ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:32
[2.445ms] [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:02:32
[3.190ms] [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:02:32
[1.452ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:32
[1.952ms] [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:02:32
[1.978ms] [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:02:32
[67.427ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:32
[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:02:32
[1.605ms] [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:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.401ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.797ms] [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:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.434ms] [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:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.733ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[32.744ms] [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:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.769ms] [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:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.448ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.131ms] [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:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.754ms] [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:02:32
[1.334ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.205ms] [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:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[3.686ms] [rows:-] SELECT * FROM `post_post_categories` LIMIT 1
2026/02/10 20:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[3.612ms] [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:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.359ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.270ms] [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:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.453ms] [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:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.013ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[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:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.353ms] [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:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.261ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.129ms] [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:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.139ms] [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:02:32
[1.634ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[3.190ms] [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:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[4.229ms] [rows:-] SELECT * FROM `post_tags` LIMIT 1
2026/02/10 20:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[3.791ms] [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:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.271ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.442ms] [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:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.132ms] [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:02:32
[1.925ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[3.354ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[3.299ms] [rows:-] SELECT * FROM `post_post_tags` LIMIT 1
2026/02/10 20:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[110.273ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.458ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.697ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.212ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.027ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.337ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.588ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.585ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.738ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.918ms] [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:02:33
[1.050ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.327ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[4.756ms] [rows:-] SELECT * FROM `post_comments` LIMIT 1
2026/02/10 20:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[3.270ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.525ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.110ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.664ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.406ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.826ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.488ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.403ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.707ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.045ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[3.896ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[3.109ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[3.754ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[3.270ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[3.456ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.254ms] [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:02:33
[1.648ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[107.267ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[6.883ms] [rows:-] SELECT * FROM `post_category_views` LIMIT 1
2026/02/10 20:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[5.019ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.375ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[3.202ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.082ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.337ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[3.058ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.672ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.480ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[4.021ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[3.608ms] [rows:-] SELECT count(*) FROM information_schema.tables WHERE table_schema = 'beyhango' AND table_name = 'homes' AND table_type = 'BASE TABLE'
2026/02/10 20:02:33
[1.594ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[3.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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[4.921ms] [rows:-] SELECT * FROM `homes` LIMIT 1
2026/02/10 20:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[4.668ms] [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:02:33
[2.974ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:33
[3.059ms] [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:02:33
[2.352ms] [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:02:33
[1.665ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:33
[2.722ms] [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:02:33
[2.128ms] [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:02:33
[1.641ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:33
[2.073ms] [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:02:33
[2.124ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.306ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.719ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.458ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.494ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[107.474ms] [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:02:33
[1.455ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.441ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[3.134ms] [rows:-] SELECT * FROM `home_tags` LIMIT 1
2026/02/10 20:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[4.491ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[106.164ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.327ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.238ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.483ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.092ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.964ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[86.197ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.059ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.844ms] [rows:-] SELECT count(*) FROM information_schema.tables WHERE table_schema = 'beyhango' AND table_name = 'about' AND table_type = 'BASE TABLE'
2026/02/10 20:02:33
[1.619ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.824ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[3.292ms] [rows:-] SELECT * FROM `about` LIMIT 1
2026/02/10 20:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[3.299ms] [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:02:33
[1.296ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:33
[1.966ms] [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:02:33
[1.577ms] [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:02:33
[1.331ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:33
[1.908ms] [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:02:33
[1.724ms] [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:02:33
[1.271ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:33
[2.002ms] [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:02:33
[1.661ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.318ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.763ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.587ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.166ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.808ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.617ms] [rows:-] SELECT count(*) FROM information_schema.tables WHERE table_schema = 'beyhango' AND table_name = 'services' AND table_type = 'BASE TABLE'
2026/02/10 20:02:33
[1.356ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.856ms] [rows:-] SELECT * FROM `services` LIMIT 1
2026/02/10 20:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.980ms] [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:02:33
[1.059ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:33
[2.035ms] [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:02:33
[1.786ms] [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:02:33
[1.319ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:33
[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:02:33
[2.043ms] [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:02:33
[1.776ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:33
[107.224ms] [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:02:33
[1.562ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.192ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.915ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.559ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.184ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.755ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.712ms] [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:02:33
[1.396ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.253ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[3.898ms] [rows:-] SELECT * FROM `services_title` LIMIT 1
2026/02/10 20:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[3.086ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.259ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.256ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.530ms] [rows:-] SELECT count(*) FROM information_schema.tables WHERE table_schema = 'beyhango' AND table_name = 'resumes' AND table_type = 'BASE TABLE'
2026/02/10 20:02:33
[1.276ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.794ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[3.050ms] [rows:-] SELECT * FROM `resumes` LIMIT 1
2026/02/10 20:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[3.034ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.154ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.530ms] [rows:-] SELECT count(*) FROM information_schema.tables WHERE table_schema = 'beyhango' AND table_name = 'educations' AND table_type = 'BASE TABLE'
2026/02/10 20:02:33
[1.253ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.775ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[3.110ms] [rows:-] SELECT * FROM `educations` LIMIT 1
2026/02/10 20:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[3.073ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.271ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.951ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.547ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.843ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.585ms] [rows:-] SELECT count(*) FROM information_schema.tables WHERE table_schema = 'beyhango' AND table_name = 'experience' AND table_type = 'BASE TABLE'
2026/02/10 20:02:33
[1.242ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.906ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[3.141ms] [rows:-] SELECT * FROM `experience` LIMIT 1
2026/02/10 20:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[4.131ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.591ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[107.795ms] [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:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.249ms] [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:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.786ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.041ms] [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:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[105.926ms] [rows:-] SELECT count(*) FROM information_schema.tables WHERE table_schema = 'beyhango' AND table_name = 'skills' AND table_type = 'BASE TABLE'
2026/02/10 20:02:34
[1.405ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.203ms] [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:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[3.321ms] [rows:-] SELECT * FROM `skills` LIMIT 1
2026/02/10 20:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[7.111ms] [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:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.165ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.053ms] [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:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[108.144ms] [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:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.520ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.139ms] [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:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.722ms] [rows:-] SELECT count(*) FROM information_schema.tables WHERE table_schema = 'beyhango' AND table_name = 'knowledges' AND table_type = 'BASE TABLE'
2026/02/10 20:02:34
[1.487ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[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:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[3.341ms] [rows:-] SELECT * FROM `knowledges` LIMIT 1
2026/02/10 20:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[3.159ms] [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:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.456ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.020ms] [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:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.938ms] [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:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.227ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.826ms] [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:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[106.974ms] [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:02:34
[1.504ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.255ms] [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:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[3.314ms] [rows:-] SELECT * FROM `mane_menu` LIMIT 1
2026/02/10 20:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[105.578ms] [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:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.045ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.909ms] [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:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.774ms] [rows:-] SELECT count(*) FROM information_schema.tables WHERE table_schema = 'beyhango' AND table_name = 'settings' AND table_type = 'BASE TABLE'
2026/02/10 20:02:34
[1.357ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.774ms] [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:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[3.411ms] [rows:-] SELECT * FROM `settings` LIMIT 1
2026/02/10 20:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[3.585ms] [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:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.309ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.860ms] [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:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.753ms] [rows:-] SELECT count(*) FROM information_schema.tables WHERE table_schema = 'beyhango' AND table_name = 'banners' AND table_type = 'BASE TABLE'
2026/02/10 20:02:34
[1.442ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.951ms] [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:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.978ms] [rows:-] SELECT * FROM `banners` LIMIT 1
2026/02/10 20:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.953ms] [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:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.802ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[77.933ms] [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:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.661ms] [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:02:34
[1.383ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[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:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[3.140ms] [rows:-] SELECT * FROM `site_settings` LIMIT 1
2026/02/10 20:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[3.811ms] [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:02:34 Database Migration Completed
2026/02/10 20:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:230
[3.100ms] [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:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:230
[1.599ms] [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:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:230
[1.533ms] [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:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:236
[3.036ms] [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:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:236
[1.733ms] [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:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:241
[3.154ms] [rows:3] SELECT * FROM `role_permissions` WHERE `role_permissions`.`role_id` = 1
2026/02/10 20:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:241
[3.073ms] [rows:3] SELECT * FROM `permissions` WHERE `permissions`.`id` IN (1,2,3)
2026/02/10 20:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:241
[9.728ms] [rows:1] SELECT * FROM `roles` WHERE name = 'admin' ORDER BY `roles`.`id` LIMIT 1
2026/02/10 20:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:245
[2.863ms] [rows:3] SELECT * FROM `permissions`
2026/02/10 20:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:248
[4.880ms] [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:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:248
[4.489ms] [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:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:248
[8.110ms] [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:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:252
[1.693ms] [rows:1] SELECT * FROM `role_permissions` WHERE `role_permissions`.`role_id` = 2
2026/02/10 20:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:252
[9.062ms] [rows:1] SELECT * FROM `permissions` WHERE `permissions`.`id` = 1
2026/02/10 20:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:252
[12.602ms] [rows:1] SELECT * FROM `roles` WHERE name = 'user' ORDER BY `roles`.`id` LIMIT 1
2026/02/10 20:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:255
[2.725ms] [rows:1] SELECT * FROM `permissions` WHERE name IN ('user:read')
2026/02/10 20:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:257
[5.019ms] [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:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:257
[4.157ms] [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:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:257
[7.241ms] [rows:0] DELETE FROM `role_permissions` WHERE `role_permissions`.`role_id` = 2 AND `role_permissions`.`permission_id` <> 1
2026/02/10 20:02:34 Roles and Permissions seeded
2026/02/10 20:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:265
[2.894ms] [rows:1] SELECT count(*) FROM `cors_whitelists`
2026/02/10 20:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:291
[3.069ms] [rows:1] SELECT count(*) FROM `rate_limit_settings`
Varsayılan Yönetici Yaratılıyor...
2026/02/10 20:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:329
[3.554ms] [rows:1] SELECT * FROM `users` WHERE email = 'beyhan@beyhan.dev' ORDER BY `users`.`id` LIMIT 1
2026/02/10 20:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:370
[1.516ms] [rows:1] SELECT * FROM `roles` WHERE name = 'admin' ORDER BY `roles`.`id` LIMIT 1
2026/02/10 20:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:375
[4.913ms] [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:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:375
[4.532ms] [rows:0] INSERT INTO `user_roles` (`user_id`,`role_id`) VALUES ('4100057c-514f-4fcc-a3b6-f6fe4e737dc0',1) ON DUPLICATE KEY UPDATE `user_id`=`user_id`
2026/02/10 20:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:375
[24.403ms] [rows:1] UPDATE `users` SET `updated_at`='2026-02-10 20:02:34.745' WHERE `users`.`deleted_at` IS NULL AND `id` = '4100057c-514f-4fcc-a3b6-f6fe4e737dc0'
Varsayılan Yönetici Yaratıldı...
2026/02/10 20:02:31 Skipping uuid extension: not PostgreSQL dialect
2026/02/10 20:02:31 Skipping user_name migration: not PostgreSQL dialect
2026/02/10 20:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.405ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[3.508ms] [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:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.784ms] [rows:-] SELECT count(*) FROM information_schema.tables WHERE table_schema = 'beyhango' AND table_name = 'users' AND table_type = 'BASE TABLE'
2026/02/10 20:02:31
[1.445ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.346ms] [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:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.615ms] [rows:-] SELECT * FROM `users` LIMIT 1
2026/02/10 20:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[3.915ms] [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:02:31
[1.001ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:31
[1.319ms] [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:02:31
[5.104ms] [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:02:31
[1.846ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:31
[1.307ms] [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:02:31
[2.989ms] [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:02:31
[1.568ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:31
[1.405ms] [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:02:31
[2.263ms] [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:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.346ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.125ms] [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:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.050ms] [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:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[0.935ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.308ms] [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:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.184ms] [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:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.108ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.601ms] [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:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.371ms] [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:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[0.950ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.495ms] [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:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.306ms] [rows:-] SELECT count(*) FROM information_schema.tables WHERE table_schema = 'beyhango' AND table_name = 'roles' AND table_type = 'BASE TABLE'
2026/02/10 20:02:31
[1.860ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.466ms] [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:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.258ms] [rows:-] SELECT * FROM `roles` LIMIT 1
2026/02/10 20:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.637ms] [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:02:31
[0.991ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:31
[1.258ms] [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:02:31
[1.218ms] [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:02:31
[1.111ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:31
[105.129ms] [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:02:31
[2.267ms] [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:02:31
[1.717ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:31
[1.874ms] [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:02:31
[1.933ms] [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:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[59.017ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.180ms] [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:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.624ms] [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:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.405ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.732ms] [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:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.599ms] [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:02:31
[1.570ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.949ms] [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:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.950ms] [rows:-] SELECT * FROM `user_roles` LIMIT 1
2026/02/10 20:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[3.975ms] [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:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.192ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.912ms] [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:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.976ms] [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:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.481ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.030ms] [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:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.013ms] [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:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.227ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.814ms] [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:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.679ms] [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:02:31
[2.445ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.190ms] [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:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[3.973ms] [rows:-] SELECT * FROM `social_accounts` LIMIT 1
2026/02/10 20:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[4.700ms] [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:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.799ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[57.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:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[5.238ms] [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:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.650ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.052ms] [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:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.636ms] [rows:-] SELECT count(*) FROM information_schema.tables WHERE table_schema = 'beyhango' AND table_name = 'permissions' AND table_type = 'BASE TABLE'
2026/02/10 20:02:31
[3.249ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.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:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[4.959ms] [rows:-] SELECT * FROM `permissions` LIMIT 1
2026/02/10 20:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.888ms] [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:02:31
[1.191ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:31
[1.966ms] [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:02:31
[1.702ms] [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:02:31
[1.229ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:31
[2.030ms] [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:02:31
[1.959ms] [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:02:31
[1.308ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:31
[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:02:31
[1.674ms] [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:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.355ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.004ms] [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:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.767ms] [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:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.103ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.051ms] [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:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.728ms] [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:02:31
[1.131ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[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:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.775ms] [rows:-] SELECT * FROM `role_permissions` LIMIT 1
2026/02/10 20:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[3.270ms] [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:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.105ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.971ms] [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:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.213ms] [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:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.165ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.014ms] [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:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.000ms] [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:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.208ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.936ms] [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:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.912ms] [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:02:31
[1.593ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.059ms] [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:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[3.029ms] [rows:-] SELECT * FROM `cors_whitelists` LIMIT 1
2026/02/10 20:02:31 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[3.024ms] [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:02:31
[1.339ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:31
[1.889ms] [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:02:31
[1.774ms] [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:02:31
[1.335ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:32
[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:02:32
[2.100ms] [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:02:32
[1.201ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:32
[1.962ms] [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:02:32
[104.930ms] [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:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.499ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.880ms] [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:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.563ms] [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:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.348ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.760ms] [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:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.762ms] [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:02:32
[1.509ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[104.715ms] [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:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[3.006ms] [rows:-] SELECT * FROM `cors_blacklists` LIMIT 1
2026/02/10 20:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[3.083ms] [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:02:32
[1.206ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:32
[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:02:32
[3.067ms] [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:02:32
[1.262ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:32
[1.739ms] [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:02:32
[1.994ms] [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:02:32
[1.298ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:32
[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:02:32
[1.540ms] [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:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.267ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.790ms] [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:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.899ms] [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:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.218ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.855ms] [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:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.631ms] [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:02:32
[1.340ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[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:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[3.470ms] [rows:-] SELECT * FROM `rate_limit_settings` LIMIT 1
2026/02/10 20:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.993ms] [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:02:32
[1.217ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:32
[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:02:32
[108.514ms] [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:02:32
[1.611ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:32
[2.026ms] [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:02:32
[2.292ms] [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:02:32
[1.225ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:32
[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:02:32
[1.633ms] [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:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.299ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.914ms] [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:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.664ms] [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:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.402ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.047ms] [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:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.651ms] [rows:-] SELECT count(*) FROM information_schema.tables WHERE table_schema = 'beyhango' AND table_name = 'contacts' AND table_type = 'BASE TABLE'
2026/02/10 20:02:32
[1.467ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.064ms] [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:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[3.215ms] [rows:-] SELECT * FROM `contacts` LIMIT 1
2026/02/10 20:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[3.270ms] [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:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.320ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.021ms] [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:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.002ms] [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:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.314ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.830ms] [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:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.716ms] [rows:-] SELECT count(*) FROM information_schema.tables WHERE table_schema = 'beyhango' AND table_name = 'tags' AND table_type = 'BASE TABLE'
2026/02/10 20:02:32
[1.349ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.027ms] [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:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[3.276ms] [rows:-] SELECT * FROM `tags` LIMIT 1
2026/02/10 20:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[3.690ms] [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:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.575ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.147ms] [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:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.024ms] [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:02:32
[1.400ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.029ms] [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:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[3.799ms] [rows:-] SELECT * FROM `post_categories` LIMIT 1
2026/02/10 20:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[108.347ms] [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:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.628ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.232ms] [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:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.205ms] [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:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.352ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.029ms] [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:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.733ms] [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:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.362ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.087ms] [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:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.729ms] [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:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.492ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.124ms] [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:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[106.834ms] [rows:-] SELECT count(*) FROM information_schema.tables WHERE table_schema = 'beyhango' AND table_name = 'posts' AND table_type = 'BASE TABLE'
2026/02/10 20:02:32
[1.489ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.187ms] [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:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[110.957ms] [rows:-] SELECT * FROM `posts` LIMIT 1
2026/02/10 20:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[3.386ms] [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:02:32
[2.753ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:32
[2.445ms] [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:02:32
[3.190ms] [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:02:32
[1.452ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:32
[1.952ms] [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:02:32
[1.978ms] [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:02:32
[67.427ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:32
[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:02:32
[1.605ms] [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:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.401ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.797ms] [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:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.434ms] [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:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.733ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[32.744ms] [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:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.769ms] [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:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.448ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.131ms] [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:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.754ms] [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:02:32
[1.334ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.205ms] [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:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[3.686ms] [rows:-] SELECT * FROM `post_post_categories` LIMIT 1
2026/02/10 20:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[3.612ms] [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:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.359ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.270ms] [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:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.453ms] [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:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.013ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[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:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.353ms] [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:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.261ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.129ms] [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:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.139ms] [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:02:32
[1.634ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[3.190ms] [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:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[4.229ms] [rows:-] SELECT * FROM `post_tags` LIMIT 1
2026/02/10 20:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[3.791ms] [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:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.271ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.442ms] [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:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.132ms] [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:02:32
[1.925ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:32 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[3.354ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[3.299ms] [rows:-] SELECT * FROM `post_post_tags` LIMIT 1
2026/02/10 20:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[110.273ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.458ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.697ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.212ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.027ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.337ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.588ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.585ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.738ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.918ms] [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:02:33
[1.050ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.327ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[4.756ms] [rows:-] SELECT * FROM `post_comments` LIMIT 1
2026/02/10 20:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[3.270ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.525ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.110ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.664ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.406ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.826ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.488ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.403ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.707ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.045ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[3.896ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[3.109ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[3.754ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[3.270ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[3.456ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.254ms] [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:02:33
[1.648ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[107.267ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[6.883ms] [rows:-] SELECT * FROM `post_category_views` LIMIT 1
2026/02/10 20:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[5.019ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.375ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[3.202ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.082ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.337ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[3.058ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.672ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.480ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[4.021ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[3.608ms] [rows:-] SELECT count(*) FROM information_schema.tables WHERE table_schema = 'beyhango' AND table_name = 'homes' AND table_type = 'BASE TABLE'
2026/02/10 20:02:33
[1.594ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[3.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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[4.921ms] [rows:-] SELECT * FROM `homes` LIMIT 1
2026/02/10 20:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[4.668ms] [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:02:33
[2.974ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:33
[3.059ms] [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:02:33
[2.352ms] [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:02:33
[1.665ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:33
[2.722ms] [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:02:33
[2.128ms] [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:02:33
[1.641ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:33
[2.073ms] [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:02:33
[2.124ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.306ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.719ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.458ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.494ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[107.474ms] [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:02:33
[1.455ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.441ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[3.134ms] [rows:-] SELECT * FROM `home_tags` LIMIT 1
2026/02/10 20:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[4.491ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[106.164ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.327ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.238ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.483ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.092ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.964ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[86.197ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.059ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.844ms] [rows:-] SELECT count(*) FROM information_schema.tables WHERE table_schema = 'beyhango' AND table_name = 'about' AND table_type = 'BASE TABLE'
2026/02/10 20:02:33
[1.619ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.824ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[3.292ms] [rows:-] SELECT * FROM `about` LIMIT 1
2026/02/10 20:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[3.299ms] [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:02:33
[1.296ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:33
[1.966ms] [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:02:33
[1.577ms] [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:02:33
[1.331ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:33
[1.908ms] [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:02:33
[1.724ms] [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:02:33
[1.271ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:33
[2.002ms] [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:02:33
[1.661ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.318ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.763ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.587ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.166ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.808ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.617ms] [rows:-] SELECT count(*) FROM information_schema.tables WHERE table_schema = 'beyhango' AND table_name = 'services' AND table_type = 'BASE TABLE'
2026/02/10 20:02:33
[1.356ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.856ms] [rows:-] SELECT * FROM `services` LIMIT 1
2026/02/10 20:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.980ms] [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:02:33
[1.059ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:33
[2.035ms] [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:02:33
[1.786ms] [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:02:33
[1.319ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:33
[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:02:33
[2.043ms] [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:02:33
[1.776ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:33
[107.224ms] [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:02:33
[1.562ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.192ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.915ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.559ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.184ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.755ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.712ms] [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:02:33
[1.396ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.253ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[3.898ms] [rows:-] SELECT * FROM `services_title` LIMIT 1
2026/02/10 20:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[3.086ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.259ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.256ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.530ms] [rows:-] SELECT count(*) FROM information_schema.tables WHERE table_schema = 'beyhango' AND table_name = 'resumes' AND table_type = 'BASE TABLE'
2026/02/10 20:02:33
[1.276ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.794ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[3.050ms] [rows:-] SELECT * FROM `resumes` LIMIT 1
2026/02/10 20:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[3.034ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.154ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.530ms] [rows:-] SELECT count(*) FROM information_schema.tables WHERE table_schema = 'beyhango' AND table_name = 'educations' AND table_type = 'BASE TABLE'
2026/02/10 20:02:33
[1.253ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.775ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[3.110ms] [rows:-] SELECT * FROM `educations` LIMIT 1
2026/02/10 20:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[3.073ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.271ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.951ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.547ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.843ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.585ms] [rows:-] SELECT count(*) FROM information_schema.tables WHERE table_schema = 'beyhango' AND table_name = 'experience' AND table_type = 'BASE TABLE'
2026/02/10 20:02:33
[1.242ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.906ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[3.141ms] [rows:-] SELECT * FROM `experience` LIMIT 1
2026/02/10 20:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[4.131ms] [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:02:33 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.591ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[107.795ms] [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:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.249ms] [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:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.786ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.041ms] [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:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[105.926ms] [rows:-] SELECT count(*) FROM information_schema.tables WHERE table_schema = 'beyhango' AND table_name = 'skills' AND table_type = 'BASE TABLE'
2026/02/10 20:02:34
[1.405ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.203ms] [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:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[3.321ms] [rows:-] SELECT * FROM `skills` LIMIT 1
2026/02/10 20:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[7.111ms] [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:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.165ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.053ms] [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:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[108.144ms] [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:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.520ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.139ms] [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:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.722ms] [rows:-] SELECT count(*) FROM information_schema.tables WHERE table_schema = 'beyhango' AND table_name = 'knowledges' AND table_type = 'BASE TABLE'
2026/02/10 20:02:34
[1.487ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[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:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[3.341ms] [rows:-] SELECT * FROM `knowledges` LIMIT 1
2026/02/10 20:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[3.159ms] [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:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.456ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.020ms] [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:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.938ms] [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:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.227ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.826ms] [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:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[106.974ms] [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:02:34
[1.504ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.255ms] [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:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[3.314ms] [rows:-] SELECT * FROM `mane_menu` LIMIT 1
2026/02/10 20:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[105.578ms] [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:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.045ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.909ms] [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:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.774ms] [rows:-] SELECT count(*) FROM information_schema.tables WHERE table_schema = 'beyhango' AND table_name = 'settings' AND table_type = 'BASE TABLE'
2026/02/10 20:02:34
[1.357ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.774ms] [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:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[3.411ms] [rows:-] SELECT * FROM `settings` LIMIT 1
2026/02/10 20:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[3.585ms] [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:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.309ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.860ms] [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:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.753ms] [rows:-] SELECT count(*) FROM information_schema.tables WHERE table_schema = 'beyhango' AND table_name = 'banners' AND table_type = 'BASE TABLE'
2026/02/10 20:02:34
[1.442ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.951ms] [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:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.978ms] [rows:-] SELECT * FROM `banners` LIMIT 1
2026/02/10 20:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[2.953ms] [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:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.802ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[77.933ms] [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:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[1.661ms] [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:02:34
[1.383ms] [rows:-] SELECT DATABASE()
2026/02/10 20:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[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:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[3.140ms] [rows:-] SELECT * FROM `site_settings` LIMIT 1
2026/02/10 20:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:96
[3.811ms] [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:02:34 Database Migration Completed
2026/02/10 20:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:230
[3.100ms] [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:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:230
[1.599ms] [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:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:230
[1.533ms] [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:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:236
[3.036ms] [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:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:236
[1.733ms] [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:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:241
[3.154ms] [rows:3] SELECT * FROM `role_permissions` WHERE `role_permissions`.`role_id` = 1
2026/02/10 20:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:241
[3.073ms] [rows:3] SELECT * FROM `permissions` WHERE `permissions`.`id` IN (1,2,3)
2026/02/10 20:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:241
[9.728ms] [rows:1] SELECT * FROM `roles` WHERE name = 'admin' ORDER BY `roles`.`id` LIMIT 1
2026/02/10 20:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:245
[2.863ms] [rows:3] SELECT * FROM `permissions`
2026/02/10 20:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:248
[4.880ms] [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:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:248
[4.489ms] [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:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:248
[8.110ms] [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:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:252
[1.693ms] [rows:1] SELECT * FROM `role_permissions` WHERE `role_permissions`.`role_id` = 2
2026/02/10 20:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:252
[9.062ms] [rows:1] SELECT * FROM `permissions` WHERE `permissions`.`id` = 1
2026/02/10 20:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:252
[12.602ms] [rows:1] SELECT * FROM `roles` WHERE name = 'user' ORDER BY `roles`.`id` LIMIT 1
2026/02/10 20:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:255
[2.725ms] [rows:1] SELECT * FROM `permissions` WHERE name IN ('user:read')
2026/02/10 20:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:257
[5.019ms] [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:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:257
[4.157ms] [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:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:257
[7.241ms] [rows:0] DELETE FROM `role_permissions` WHERE `role_permissions`.`role_id` = 2 AND `role_permissions`.`permission_id` <> 1
2026/02/10 20:02:34 Roles and Permissions seeded
2026/02/10 20:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:265
[2.894ms] [rows:1] SELECT count(*) FROM `cors_whitelists`
2026/02/10 20:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:291
[3.069ms] [rows:1] SELECT count(*) FROM `rate_limit_settings`
Varsayılan Yönetici Yaratılıyor...
2026/02/10 20:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:329
[3.554ms] [rows:1] SELECT * FROM `users` WHERE email = 'beyhan@beyhan.dev' ORDER BY `users`.`id` LIMIT 1
2026/02/10 20:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:370
[1.516ms] [rows:1] SELECT * FROM `roles` WHERE name = 'admin' ORDER BY `roles`.`id` LIMIT 1
2026/02/10 20:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:375
[4.913ms] [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:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:375
[4.532ms] [rows:0] INSERT INTO `user_roles` (`user_id`,`role_id`) VALUES ('4100057c-514f-4fcc-a3b6-f6fe4e737dc0',1) ON DUPLICATE KEY UPDATE `user_id`=`user_id`
2026/02/10 20:02:34 /Users/beyhan/Desktop/Projeler/Go/gobeyhan/database/db.go:375
[24.403ms] [rows:1] UPDATE `users` SET `updated_at`='2026-02-10 20:02:34.745' WHERE `users`.`deleted_at` IS NULL AND `id` = '4100057c-514f-4fcc-a3b6-f6fe4e737dc0'
Varsayılan Yönetici Yaratıldı...