Update 02117_show_create_table_system.reference

This commit is contained in:
kssenii 2022-11-21 11:56:15 +01:00
parent e9dd4fdd9a
commit 35928522fe

View File

@ -190,10 +190,6 @@ CREATE TABLE system.disks
`keep_free_space` UInt64, `keep_free_space` UInt64,
`type` String, `type` String,
`is_encrypted` UInt8, `is_encrypted` UInt8,
`is_read_only` UInt8,
`is_write_once` UInt8,
`is_remote` UInt8,
`is_broken` UInt8,
`cache_path` String `cache_path` String
) )
ENGINE = SystemDisks ENGINE = SystemDisks