Thanks for the help, Scott
I'm not sure which translation fo Whoodee doop I should give, something like "Geweldig hoor" with a sarcastic tone
)
The issue with the FK's/PK's types is a concern. At the moment it's a problem of the DESIGNER that your FK's have to be int64's as well. This will change soon with the upgrade currently in development. The relation designer tries to help you a bit too much in this case, it should just let you create relations, if they don't work, it is your responsibility
).
(because you can perfectly join using 2 fields of different types, although you run the risk of having an overflow)
I also don't understand Corelab's decision with autoinc INTEGER (SIGNED) fields to make these int64, even though a new value generated by MySql is always 64bit...