codeigniter4 / CodeIgniter4

Open Source PHP Framework (originally from EllisLab)
https://codeigniter.com/
MIT License
5.4k stars 1.9k forks source link

[Forge] Missing: Means of adding indexes on existing tables #4814

Closed MGatner closed 2 years ago

MGatner commented 3 years ago

The Forge class currently may only add indexes during table creation. We need a way to allow Forge (and thus migrations) to add indexes.

neilsf commented 2 years ago

+1 for this. I came here to report the same thing.

sclubricants commented 2 years ago

https://github.com/codeigniter4/CodeIgniter4/pull/6676 closes this

MGatner commented 2 years ago

Beautiful! Thanks so much @sclubricants 🏆