You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 31, 2022. It is now read-only.
I had problem with FOSUserBundle not respecting type hinting for cross reference tables. Probably same applies to FK tables too. I must point out, db was Postgres.
Turned out that referenced tables should be written with schema:
I had problem with FOSUserBundle not respecting type hinting for cross reference tables. Probably same applies to FK tables too. I must point out, db was Postgres.
Turned out that referenced tables should be written with schema:
Pretty logical. But model building should raise error when it encounters invalid properties. Right now it ignores them silently. See also #5.