Update docs/en/operations/system-tables/information_schema.md

Co-authored-by: tavplubix <tavplubix@gmail.com>
This commit is contained in:
sevirov 2021-10-29 19:11:28 +03:00 committed by GitHub
parent 69dca0bac0
commit e6056fad8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -170,7 +170,7 @@ Contains columns read from the `system.tables` system table, when the table engi
Columns:
- `table_catalog` ([String](../../sql-reference/data-types/string.md)) — The name of the database in which the table is located.
- `table_schema` ([String](../../sql-reference/data-types/string.md)) — The name of the database in which the schema is located.
- `table_schema` ([String](../../sql-reference/data-types/string.md)) — The name of the database in which the table is located.
- `table_name` ([String](../../sql-reference/data-types/string.md)) — Table name.
- `view_definition` ([String](../../sql-reference/data-types/string.md)) — `SELECT` query for view.
- `check_option` ([String](../../sql-reference/data-types/string.md)) — `NONE`, no checking.