I need to edit primary keys in several tables.
By default, symfony hides primary keys in New/Edit forms.
For example, can’t edit table ‘Tags’ with only field ‘tag’ which is PK.
Adding integer ID to this table is not exactly good db design.
Thanks in advance for your help.
As stated by @Raise, the simple solution to this is to create an updatable ‘ID’ field to work alongside the primary key field which you can leave well alone.