pre take position for inner table

This commit is contained in:
akaError
2023-11-13 09:09:08 +00:00
committed by ob-robot
parent 26575e6818
commit bb95fcdd86
7 changed files with 133 additions and 3 deletions

View File

@ -119,7 +119,9 @@ struct ALL_VIRTUAL_TENANT_PARAMETER_STAT_CDE {
SCOPE,
SOURCE,
EDIT_LEVEL,
TENANT_ID
TENANT_ID,
DEFAULT_VALUE,
ISDEFAULT
};
};
@ -277,7 +279,9 @@ struct ALL_VIRTUAL_TENANT_PARAMETER_STAT_ORA_CDE {
SCOPE,
SOURCE,
EDIT_LEVEL,
TENANT_ID
TENANT_ID,
DEFAULT_VALUE,
ISDEFAULT
};
};