XSD Datatype and table datatype mismatch

Certified Senior Developer

Reframing the whole question, can we change the datatype of column from one datatype to another datatype? 

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Senior Developer
    in reply to Abhishek Karumuru

    The database schema currently does not match the CDT mappings (schema-validation: wrong column type encountered in column [amount] in table [`table_name`]; found [int (types#integer)], but expecting [decimal (types#double)]). After the attached database scripts execute, the data store will be successfully imported and saved. The data store will only be published if there are no schema mismatches.

Children