{
"patches": [
{
"action": "UPDATE_TYPEDEF_OPTIONS",
"typeName": "rdbms_column",
"applyToVersion": "1.1",
"updateToVersion": "1.2",
"typeDefOptions": {
"schemaAttributes": "[\"name\", \"description\", \"owner\", \"data_type\", \"comment\", \" isPrimaryKey\", \" isNullable\"]"
}
},
{
"action": "UPDATE_TYPEDEF_OPTIONS",
"typeName": "rdbms_table",
"applyToVersion": "1.1",
"updateToVersion": "1.2",
"typeDefOptions": {
"schemaElementsAttribute": "columns"
}
}
]
}