ehmpathy / sql-dao-generator

Generate data-access-objects from your domain-objects
MIT License
0 stars 0 forks source link

array join table name length gets truncated when too long #19

Open uladkasach opened 7 months ago

uladkasach commented 7 months ago

for example advertisement_message_copywrite_to_advertisement_message_copywr


this becomes a blocker when you have more than one name that gets truncated to same length

e.g.,

one thing that can be done in this specific case is to leverage the fact that the from is a prefix of to

e.g.,