I'm creating tables for a system I'm developing and by entering the add foreign key part through the PostgreSQL 9.3.17
interface I noticed that it has the nome
field to identify this key, I never paid much attention to it and always put the name of the key with the same name as the table column.
The addition screen with the input name looks like this:
Themomentakeyisaddeditsnameisdisplayedlikethis:
- What is the purpose of the foreign key name?
- What can you do in the future by neglecting to use this name?