Two entities are considered equal if they have the same tableName.
@override bool operator ==(Object other) => other is ManagedEntity && tableName == other.tableName;