Adds a visual representation of the table or view to the specified tree structure.
internal void PrintTableToTree(Spectre.Console.IHasTreeNodes tree, System.Collections.Generic.List<SourceToPlantUML.Model.SqlForeignKey>? keys=null);tree Spectre.Console.IHasTreeNodes
The tree structure to which the table or view node will be added.
keys System.Collections.Generic.List<SqlForeignKey>
Optional list of foreign keys associated with the table or view (not used in this method).
The node label indicates whether the object is a table or a view and displays its name. The method does not add column details to the tree.