CodeIgniter Forums
datbase migration - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: Installation & Setup (https://forum.codeigniter.com/forumdisplay.php?fid=9)
+--- Thread: datbase migration (/showthread.php?tid=92526)



datbase migration - anjanesh - 02-27-2025

Does CI not have the concept of make migrations / migrate for syncing database models to the database tables ?


RE: datbaase migration - grimpirate - 02-27-2025

(02-27-2025, 02:27 AM)anjanesh Wrote: Does CI not have the concept of make migrations / migrate for syncing database models to the database tables ?

Database Migrations, please review the documentation.