Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
3 replies
Subscribers
7 subscribers
Views
1686 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
Iam trying to create a create CDT and simultaneouly create respective table in D
saratrk
over 11 years ago
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
Parents
0
saratrk
over 11 years ago
thankyou patty and eduardo. Issue was resolved. Actually there was nothing wrong with my xsd declaration, those multiple datatype columns are created as seperate tables with other names. which i have just observed.
Thanks for your support.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
saratrk
over 11 years ago
thankyou patty and eduardo. Issue was resolved. Actually there was nothing wrong with my xsd declaration, those multiple datatype columns are created as seperate tables with other names. which i have just observed.
Thanks for your support.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data