Enhancing realtime tables

Hi!

I use alembic to import the realtime schema into MariaDB.
During development I noticed that there are no FK between the tables (for ex. between ps_endpoints and ps_auths or ps_aors).

Is this on purpose? And what happens when I add the FK? (Sure, alembic schema updates may break).

The database is modified using an application I built on Django using it’s ORM. FKs are automatically linked to the correct models, making coding a breeze.

It probably won’t break, but I don’t know if anyone has done such a thing.

Ok, thank you very much. I will try.