Hi all,
I am facing a strange issue. The issue is I added a new flex relate field in the Vardefs. After adding it when I am trying to deploy this package on a Sugar Instance of version 9 and 10 which is configured with Oracle DB on Repair and Build it is generating a query "Alter table myTable ADD myColumn varchar(255) NOT NULL" and it is throwing error on "Not Null" property. It is not allowing to add a "Not Null" type constraint.
It is working fine on all the remaining databases i.e MYSQL, SQL and DB2 even with the Oracle DB with Sugar 8 version but it is not supporting this constraint for other Sugar Versions during the alter table. I have double-checked all the possible configurations and all have the same.
Can anyone please guide me on how I can resolve this issue that this package will ultimately support all versions of Sugar with all type of databases?