Relationships between tables in the Sentry shema
Why doesn't the relationship between tables exist in the Sentry 2 database schema? For example, between tables users
and users_groups
. Do I have to manually install this?
+3
gormit
source
to share
1 answer
Sentry will create the required tables for you so you don't make any other changes.
There are no foreign keys if that's what you are asking for. Foreign keys are just a way to guarantee data integrity and are not required.
0
Margus Pala
source
to share