1
0
-1

Hi, can you share the way to set how to set primary key in jdbc binder? Because I just change id is default primary key to apa_number to be primary key in joget dx7 enterprise but after generate app, the data i had enter cannot save in the form. (i used joget dx7 Enterprise)



    CommentAdd your comment...

    2 answers

    1.  
      1
      0
      -1

      Do try how+to+change+the+primary+key+in+mysql+database - you might get a lot more help from Google as this is a database question, not so much Joget.

        CommentAdd your comment...
      1.  
        1
        0
        -1

        If you are utilizing an on-premises (localhost) environment, it is recommended to employ a specialized database tool such as https://mariadb.com/kb/en/sqlyog-community-edition/ in order to remove the primary key setting from the 'id' column and designate your newly added column as the primary key.

          CommentAdd your comment...