Fix link to database engines

Signed-off-by: Matthew Peveler <matt.peveler@popsql.com>
This commit is contained in:
Matthew Peveler 2020-12-02 00:30:05 +02:00 committed by GitHub
parent aa45b852b6
commit d5ec885674
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ Contains information about the databases that are available to the current user.
Columns:
- `name` ([String](../../sql-reference/data-types/string.md)) — Database name.
- `engine` ([String](../../sql-reference/data-types/string.md)) — [Database engine](../..//engines/database-engines/index.md).
- `engine` ([String](../../sql-reference/data-types/string.md)) — [Database engine](../../engines/database-engines/index.md).
- `data_path` ([String](../../sql-reference/data-types/string.md)) — Data path.
- `metadata_path` ([String](../../sql-reference/data-types/enum.md)) — Metadata path.
- `uuid` ([UUID](../../sql-reference/data-types/uuid.md)) — Database UUID.