tattersoftware / codeigniter4-schemas

Database schema management, for CodeIgniter 4
MIT License
23 stars 10 forks source link

Feature: Multiple Models #7

Open MGatner opened 4 years ago

MGatner commented 4 years ago

The Table structure and Model Drafter should both support multiple models per table. Models should be priority ordered (e.g. App, modules). Tatter\Relations will need to take advantage of this as well.