tattersoftware / codeigniter4-schemas

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

Help: Many To Many example #20

Closed Noext closed 3 years ago

Noext commented 3 years ago

Hello

it is possible to a many to many relation example ( like this : https://github.com/tattersoftware/codeigniter4-schemas/blob/develop/tests/_support/Schemas/Good/Products.php ) but with a many to many relation like this : https://i.imgur.com/Tp8befQ.png

my database a do not respect naming convention , so i need to override this relation in php

thanks

MGatner commented 3 years ago

Yes. See almost this exact example in the following thread: https://github.com/tattersoftware/codeigniter4-schemas/issues/19

Please use Issues for feature requests and bugs. You can take support requests to the CodeIgniter Forums or request them of me by sponsorship.