CodeIgniter Forums
Database Forge ADD INDEX to TABLE - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28)
+--- Forum: CodeIgniter 4 Feature Requests (https://forum.codeigniter.com/forumdisplay.php?fid=29)
+--- Thread: Database Forge ADD INDEX to TABLE (/showthread.php?tid=71180)



Database Forge ADD INDEX to TABLE - HTLove - 07-16-2018

Hi.
In migrations cannot add index to table.

https://bcit-ci.github.io/CodeIgniter4/database/forge.html

You can views add index to table refer: https://laravel.com/docs/master/migrations#creating-indexes

Thanks.


RE: Database Forge ADD INDEX to TABLE - kilishan - 07-17-2018

CodeIgniter calls them Keys. They're in there, on the same page of the docs that you referenced.


RE: Database Forge ADD INDEX to TABLE - HTLove - 07-18-2018

Yes !!
Thanks you !