In name only. New case, new screen, new board, new storage, new everything. Are you doing that thing where you know that it is completely different but you pretend that you don't know? It's a form of lying.
In SQL you can store a tree in a table by creating a record for each node with the node ID and the parent node ID. That part is easy. Now, in order to find all the elements in a tree, you can't do that from a tree table…
In name only. New case, new screen, new board, new storage, new everything. Are you doing that thing where you know that it is completely different but you pretend that you don't know? It's a form of lying.
In SQL you can store a tree in a table by creating a record for each node with the node ID and the parent node ID. That part is easy. Now, in order to find all the elements in a tree, you can't do that from a tree table…