#✅ Unknown code : Asked to report

4 messages · Page 1 of 1 (latest)

tame egret
#

{
"errors": [
{
"message": "alter table x modify y int - UNKNOWN_CODE_PLEASE_REPORT: Referencing column 'x' and referenced column 'id' in foreign key constraint 'y_foreign' are incompatible.",
"extensions": {
"code": "INTERNAL_SERVER_ERROR"
}
}
]
}

Hope you have an explanation. Seems the UUID and Integer id are in conflict... Hope it's not because I don't want to recreate all the table ^^

storm prismBOT
#

Thanks for posting! This is a community powered server, so you may or may not get an answer based on available help and expertise. To increase your chances of somebody being able to help you, please help us help you making sure you:

  • Adding an explanation of exactly what you're trying to achieve.
  • Adding any and all related code or previous attempts.
  • Describing the exact issue or error you are facing.
  • Posting any screenshots if applicable.
  • Reading through https://stackoverflow.com/help/how-to-ask.

When you're done with this thread, please close it. Thanks! ✨

(If you have a support agreement and need help, please contact the core team via email.)

brittle blaze
#

Yeah looks like a type is being changed that’s incompatible with it’s current relation. Hard to tell without more context though 🙂

storm prismBOT
#

✅ Unknown code : Asked to report