Commit e8f5c4d9 by kevalbhatt

ATLAS-2941 : Add schema rendering attribute for rdbms type

parent 9eedb2d1
{
"patches": [
{
"action": "UPDATE_TYPEDEF_OPTIONS",
"typeName": "rdbms_column",
"applyToVersion": "1.0",
"updateToVersion": "1.1",
"typeDefOptions": {
"schemaAttributes": "[\"name\", \"description\", \"owner\", \"data_type\", \"comment\", \" isPrimaryKey\", \" isNullable\"]"
}
},
{
"action": "UPDATE_TYPEDEF_OPTIONS",
"typeName": "rdbms_table",
"applyToVersion": "1.0",
"updateToVersion": "1.1",
"typeDefOptions": {
"schemaElementsAttribute": "columns"
}
}
]
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment