KnpLabs / DoctrineBehaviors

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

Translatable - multiple entity translation in one table #769

Open lukgru opened 4 days ago

lukgru commented 4 days 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?