Form Item Getters aren't generated for columns that are part of the table's primary key

Just realized that I have to build my own FormItem because FormItem-getters aren’t generated for columns that are part of the primary key. But it’s possible to have legitimate uses for this, such as, the primary key is two int columns that should be unique and never null.