View netapp_model_view.changed_attribute Generated by
SchemaSpy
Legend: SourceForge.net
Primary key columns
Columns with indexes
Implied relationships
Excluded column relationships
< n > number of related tables
 
Column Type Size Nulls Auto Default Children Parents Comments
updateTime bigint 19 The time that the change was made
clusterId bigint 19 Id of the cluster for which this update was made
objectType varchar 255 Type of the object that was updated
objId bigint 19 Id of the object that was updated
attribute varchar 255 Name of the attribute that was updated
oldValue varchar 255  √  null
newValue varchar 255  √  null

Analyzed at Tue Apr 23 04:50 EDT 2019

View Definition:
select `ca`.`updateTime` AS `updateTime`,`c`.`clusterId` AS `clusterId`,`c`.`objectType` AS `objectType`,`ca`.`objId` AS `objId`,`ca`.`attribute` AS `attribute`,`ca`.`oldValue` AS `oldValue`,`ca`.`newValue` AS `newValue` from (`netapp_model`.`changed_attribute` `ca` join `netapp_model`.`change_record` `c` on(((`ca`.`objId` = `c`.`objId`) and (`ca`.`updateTime` = `c`.`updateTime`))))