Today I had to learn something the hard way. It's not possible to add foreign keys to existing tables in #sqlite. That's an issue for #testing and migrations.
#php #phpunit #functionaltesting
@helmutstrasser Huh, I didn’t know about that. Have you seen the workaround at https://www.sqlite.org/faq.html#q11 ?
@markus Yes, thanks, I know. This is not an option.
It's not that big issue, we will change the testing environment to MySQL. But it's all about knowing this problem, because it took me some time today to put the finger on it.