0
Completed
It *looks* like you do not support SQLite foreign keys constraints in your models. However, according to this page, they are supported: https://sqlite.org/foreignkeys.html
It *looks* like you do not support SQLite foreign keys constraints in your models. However, according to this page, they are supported: https://sqlite.org/foreignkeys.html
If I'm missing something, please forgive me (and point me in the right direction).
Thank you,
Claudius Iacob
Customer support service by UserEcho
We do support foreign keys for SQLite models.
From such model:
this SQL code is generated:
As you can see, there's a FOREIGN KEY code.
Is this what you were looking for?