✅ user_notes tablosu başarıyla oluşturuldu!
| Alan | Tip | Null | Key | Default | Extra |
|---|---|---|---|---|---|
| id | int | NO | PRI | auto_increment | |
| user_id | int | NO | MUL | ||
| admin_id | int | NO | MUL | ||
| note_content | text | NO | |||
| created_at | timestamp | YES | CURRENT_TIMESTAMP | DEFAULT_GENERATED |
❌ Hata: Cannot add or update a child row: a foreign key constraint fails (`slot_game`.`user_notes`, CONSTRAINT `user_notes_ibfk_1` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE)
Bu dosyayı kullandıktan sonra silmeyi unutmayın!