View netapp_model_view.changed_attribute | Generated by SchemaSpy |
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`))))