Iam trying to create a create CDT and simultaneouly create respective table in D

Iam trying to create a create CDT and simultaneouly create respective table in DB by importing the xsd (later verify, publish in a datastore)

CDT contains a multiple text field. For this i have written the element in xsd like this

<xsd:element name="nameArray_Texts" type="xsd:string" maxOccurs="unbounded">
<xsd:annotation>
<xsd:appinfo source="appian.jpa">
@Column(name="NameArray" columnDefinition="NVARCHAR(100)" nullable="true")
</xsd:appinfo>
</xsd:annotation>
</xsd:element>

This has created the CDT as desired in appian but the total column is not created in DB.

Please let me know how should i declare @column for this purpose....

OriginalPostID-96199

OriginalPostID-96199

  Discussion posts and replies are publicly visible