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 has been archived by the owner on Aug 2, 2022. It is now read-only.
Table "public.details"
Column | Type | Modifiers
--------+-----------------------+-----------
id | character varying(17) | not null
Why My entity doesn't inherit of the MasterMappedClass ? That very strange because when I unset the em=provider in my command, the table was generated correctly. Do I do a bad something ?
Cheers
The text was updated successfully, but these errors were encountered:
Hi,
I try to use you bundle, however I 've a problem when I implement a the bundle with a new database. My configuration looks like this
-- my jns_xhprof.yml
In my config.yml,
then I create my entity class like said in readMe
And when I deploy with the symfony command, my 'details' table contains only Id.
-- results
Why My entity doesn't inherit of the MasterMappedClass ? That very strange because when I unset the em=provider in my command, the table was generated correctly. Do I do a bad something ?
Cheers
The text was updated successfully, but these errors were encountered: