View netapp_model_view.change_record 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
objId bigint 19 Id of the object that was updated
objectType varchar 255 Type of the object that was updated
changeType enum 7 Type of change

Analyzed at Tue Apr 23 04:50 EDT 2019

View Definition:
select `netapp_model`.`change_record`.`updateTime` AS `updateTime`,`netapp_model`.`change_record`.`clusterId` AS `clusterId`,`netapp_model`.`change_record`.`objId` AS `objId`,`netapp_model`.`change_record`.`objectType` AS `objectType`,`netapp_model`.`change_record`.`changeType` AS `changeType` from `netapp_model`.`change_record`