How to specify the uniqueidentifier datatype of SQL SERVER in XSD type?...

How to specify the uniqueidentifier datatype of SQL SERVER in XSD type?...

OriginalPostID-104088

OriginalPostID-104088

  Discussion posts and replies are publicly visible

Parents
  • We are trying to fetch the data from View only, and yes it is read only. i havetried creating the table through datastore, but it is displaying to correct the annotation:

    <xsd:element name="prospectName" nillable="true" type="xsd:string">
    <xsd:annotation>
    <xsd:appinfo source="appian.jpa">
                                            @Id
                                  @GeneratedValue
                                  @Column(name = "prospect_name", columnDefinition="uniqueidentifier")
                                  </xsd:appinfo>
    </xsd:annotation>
    </xsd:element>
Reply
  • We are trying to fetch the data from View only, and yes it is read only. i havetried creating the table through datastore, but it is displaying to correct the annotation:

    <xsd:element name="prospectName" nillable="true" type="xsd:string">
    <xsd:annotation>
    <xsd:appinfo source="appian.jpa">
                                            @Id
                                  @GeneratedValue
                                  @Column(name = "prospect_name", columnDefinition="uniqueidentifier")
                                  </xsd:appinfo>
    </xsd:annotation>
    </xsd:element>
Children
No Data