made links to local
This commit is contained in:
parent
2b42ef0287
commit
a0f7751aa3
|
@ -1,5 +1,4 @@
|
|||
# Find all tables whose foreign key refers to the table/column
|
||||
[SQL File](./src/branch/master/MySQL/sql/all_foreign_keys_to_table_or_column.sql)
|
||||
|
||||
## By table
|
||||
|
||||
|
|
|
@ -4,6 +4,6 @@ This is a repository with useful snippets of various kinds of code
|
|||
|
||||
## Structure
|
||||
|
||||
- [MySQL](./src/branch/master/MySQL)
|
||||
- - [all_foreign_keys_to_table_or_column](./src/branch/master/MySQL/all_foreign_keys_to_table_or_column.md)
|
||||
- - [identify_lock](./src/branch/master/MySQL/identify_lock.md)
|
||||
- [MySQL](./MySQL/)
|
||||
- - [all_foreign_keys_to_table_or_column](./MySQL/all_foreign_keys_to_table_or_column.md)
|
||||
- - [identify_lock](./MySQL/identify_lock.md)
|
Loading…
Reference in New Issue