CodeIgniter Forums
Primary Key - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28)
+--- Forum: CodeIgniter 4 Support (https://forum.codeigniter.com/forumdisplay.php?fid=30)
+--- Thread: Primary Key (/showthread.php?tid=72668)



Primary Key - sintakonte - 01-21-2019

Hey guys,

i started the implementation process of the already discussed variant of structuring data in an automated way.

Maybe i'm blind, but how can i define a primary Key in a model with more than one column ?

Do i've to overwrite the model functionality with my own because this isn't supported or do i overlook things here ?