Open donut opened 7 years ago
This is sort of by design, as I believe non-integer foreign keys are not considered a good practice. I could be convinced otherwise, but one of the goals of Sequoia is to try to enforce good practices.
While I'm not 100% convinced in general, I have been convinced for my project that non-integer foreign keys are not the best idea. Thanks
I have a table with a primary key that is of type
VARCHAR
and is referenced by another table, but it looks like Sequoia only supports. At least, when I try to compile I get this:Example: