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
Now if entity has relation to another entity with naming like ProductBrand, orm generates column name like productBrand_id.
It would be better if output name was product_brand_id, coz entity properties gets generated with snake case.
The text was updated successfully, but these errors were encountered:
Now if entity has relation to another entity with naming like
ProductBrand
, orm generates column name likeproductBrand_id
.It would be better if output name was
product_brand_id
, coz entity properties gets generated with snake case.The text was updated successfully, but these errors were encountered: