Question
Areteans
NZ
Last activity: 2 Aug 2020 3:19 EDT
DB Table Schema Changes through manual RAP Import
Hello,
We have a DB table in both dev and test. We made some schema changes for a column in dev (Ex: Column is modified from decimal(22,4) to decimal(18,4)). We included corresponding DB table instance in Product to move the suggested schema changes to test. However the schema changes are not applied in test env.
Can anyone suggest or help me understand what schema changes wouldnt be taken care by including DB table instance in the Product. Hope column deletion wouldnt occur in target env once the table is created.
Thanks,
Satish