Mwaa's avatar
Level 1

Project structure for 150+ tables and 150 models

Assuming data normalization and everything else database related to minimize the number of tables is done. How would you structure such a project, where would you place the models ?

And if your going to place models in sub folders how would handle namespace changes for files if a renaming of folder is done. Been a dynamic project that is in active development, renaming occurs a lot.

0 likes
1 reply
lara25260's avatar

Use refactor tools for renaming. (Right click + rename & search references)

Keep the structure as per documentation and use file search for finding (shiftx2)

Please or to participate in this conversation.