Closed MGatner closed 2 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.
Forge
+1 for this. I came here to report the same thing.
https://github.com/codeigniter4/CodeIgniter4/pull/6676 closes this
Beautiful! Thanks so much @sclubricants 🏆
The
Forge
class currently may only add indexes during table creation. We need a way to allow Forge (and thus migrations) to add indexes.