Ticket type : Evolution
Description :
The table relationship list doesn't have the name of its own table in the list.
There are many examples on the web showing "self referencing" tables.
I'm just a beginner to databases, so I guess there was a valid reason to prevent it creating a recursive relationship. But it would be nice for it to be possible.
System information : Windows 64 bits / Windows 10 Pro
Anonymous
It is not impossible to use self-referenced tables, by recursion, instruments.nsb is an example of using recursion, the field is not declared like this, but does not prevent the use of recursion. field "id" points to parent field "parent" etc..