Issue migrating to 16.2

I am facing some weird issue while migrating the application from Appian 7.9/7.11 to 16.2
In 7.9/7.11, MySQL is the backend DB.
In 16.2, Oracle is the backend DB.
When I deployed the code, I did not face any issue. But when I tried to publish the data store, it is throwing some issue that INT(10) is not a supported data type in oracle.
When I change the Data type from INT(10) to NUMBER(10), then data store getting published.

When I deploy the same code into 7.9/7.11 with oracle DB as backend, I am not facing any issue.

Any suggestions?

OriginalPostID-227698

OriginalPostID-227698

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data