plugin icon indicating copy to clipboard operation
plugin copied to clipboard

[Feature Request]: When generating the database helper code using the Connection, if a model has the $table property, then use that to create the helper code for the model

Open abishekrsrikaanth opened this issue 11 months ago • 13 comments

Feature Description

When generating the database helper code using the Connection, if a model has the $table property, then use that to create the helper code for the model. Currently it tries to generate the table name from the Model name. Sometimes the model name may not be helpful to get the table name as the table name may be slightly different.

CleanShot 2023-09-06 at 03 15 22@2x

abishekrsrikaanth avatar Sep 05 '23 21:09 abishekrsrikaanth