KnpLabs / DoctrineBehaviors

Doctrine2 behavior traits that help handling Blameable, Loggable, Sluggable, SoftDeletable, Uuidable, Timestampable, Translatable, Tree behavior
http://knplabs.com
MIT License
916 stars 299 forks source link

Translatable - multiple entity translation in one table #769

Open lukgru opened 5 months ago

lukgru commented 5 months ago

Now, when i use translatable for 50 entities, it generates 50 extra tables with translations for each entity separately. Is there any possibility to change this behavior, and use one table with translations for all 50 entities?