To be able to fix it correctly, I would need to know what is a correct for to write these two following definitions together
created:
type: datetime
nullable: false
gedmo:
timestampable:
on: create
and this one
lft:
type: integer
gedmo:
- treeLeft
when sometime it's necessary to generate it without "-" and sometime with "-". So what is expected form when both of these have to be exported? Something like this?
created:
type: datetime
nullable: false
gedmo:
timestampable:
on: create
- treeLeft
I believe it's not. Can you please check it for me and let me know? Thanks