Hi,
I have a requirement to extend a table and add a new column with
prim-key tag. I used the <extend-entity> but the prim-key does not work. I
checked the entitymodel.xsd and it does not have this feature in the
extend-entity tag. I also tried to provide a not-null="true" in "field" tag
but that didn't work either.

<field name="fieldId" type="id" not-null="true"/>

Am I missing something or is there a workaround for this?
Thanks in advance.

Reply via email to