File tree Expand file tree Collapse file tree 8 files changed +24
-24
lines changed
docs/reference/sql/information-schema
i18n/zh/docusaurus-plugin-content-docs
current/reference/sql/information-schema
version-0.17/reference/sql/information-schema
versioned_docs/version-0.17/reference/sql/information-schema Expand file tree Collapse file tree 8 files changed +24
-24
lines changed Original file line number Diff line number Diff line change @@ -36,9 +36,9 @@ The output is as follows:
3636| max_data_length | Int64 | | YES | | FIELD |
3737| index_length | Int64 | | YES | | FIELD |
3838| data_free | Int64 | | YES | | FIELD |
39- | create_time | DateTime | | YES | | FIELD |
40- | update_time | DateTime | | YES | | FIELD |
41- | check_time | DateTime | | YES | | FIELD |
39+ | create_time | TimestampSecond | | YES | | FIELD |
40+ | update_time | TimestampSecond | | YES | | FIELD |
41+ | check_time | TimestampSecond | | YES | | FIELD |
4242| checksum | Int64 | | YES | | FIELD |
4343| partition_comment | String | | YES | | FIELD |
4444| nodegroup | String | | YES | | FIELD |
Original file line number Diff line number Diff line change @@ -34,9 +34,9 @@ The output is as follows:
3434| table_rows | UInt64 | | YES | | FIELD |
3535| data_free | UInt64 | | YES | | FIELD |
3636| auto_increment | UInt64 | | YES | | FIELD |
37- | create_time | DateTime | | YES | | FIELD |
38- | update_time | DateTime | | YES | | FIELD |
39- | check_time | DateTime | | YES | | FIELD |
37+ | create_time | TimestampSecond | | YES | | FIELD |
38+ | update_time | TimestampSecond | | YES | | FIELD |
39+ | check_time | TimestampSecond | | YES | | FIELD |
4040| table_collation | String | | YES | | FIELD |
4141| checksum | UInt64 | | YES | | FIELD |
4242| create_options | String | | YES | | FIELD |
Original file line number Diff line number Diff line change @@ -36,9 +36,9 @@ DESC PARTITIONS;
3636| max_data_length | Int64 | | YES | | FIELD |
3737| index_length | Int64 | | YES | | FIELD |
3838| data_free | Int64 | | YES | | FIELD |
39- | create_time | DateTime | | YES | | FIELD |
40- | update_time | DateTime | | YES | | FIELD |
41- | check_time | DateTime | | YES | | FIELD |
39+ | create_time | TimestampSecond | | YES | | FIELD |
40+ | update_time | TimestampSecond | | YES | | FIELD |
41+ | check_time | TimestampSecond | | YES | | FIELD |
4242| checksum | Int64 | | YES | | FIELD |
4343| partition_comment | String | | YES | | FIELD |
4444| nodegroup | String | | YES | | FIELD |
Original file line number Diff line number Diff line change @@ -34,9 +34,9 @@ DESC TABLES;
3434| table_rows | UInt64 | | YES | | FIELD |
3535| data_free | UInt64 | | YES | | FIELD |
3636| auto_increment | UInt64 | | YES | | FIELD |
37- | create_time | DateTime | | YES | | FIELD |
38- | update_time | DateTime | | YES | | FIELD |
39- | check_time | DateTime | | YES | | FIELD |
37+ | create_time | TimestampSecond | | YES | | FIELD |
38+ | update_time | TimestampSecond | | YES | | FIELD |
39+ | check_time | TimestampSecond | | YES | | FIELD |
4040| table_collation | String | | YES | | FIELD |
4141| checksum | UInt64 | | YES | | FIELD |
4242| create_options | String | | YES | | FIELD |
Original file line number Diff line number Diff line change @@ -36,9 +36,9 @@ DESC PARTITIONS;
3636| max_data_length | Int64 | | YES | | FIELD |
3737| index_length | Int64 | | YES | | FIELD |
3838| data_free | Int64 | | YES | | FIELD |
39- | create_time | DateTime | | YES | | FIELD |
40- | update_time | DateTime | | YES | | FIELD |
41- | check_time | DateTime | | YES | | FIELD |
39+ | create_time | TimestampSecond | | YES | | FIELD |
40+ | update_time | TimestampSecond | | YES | | FIELD |
41+ | check_time | TimestampSecond | | YES | | FIELD |
4242| checksum | Int64 | | YES | | FIELD |
4343| partition_comment | String | | YES | | FIELD |
4444| nodegroup | String | | YES | | FIELD |
Original file line number Diff line number Diff line change @@ -34,9 +34,9 @@ DESC TABLES;
3434| table_rows | UInt64 | | YES | | FIELD |
3535| data_free | UInt64 | | YES | | FIELD |
3636| auto_increment | UInt64 | | YES | | FIELD |
37- | create_time | DateTime | | YES | | FIELD |
38- | update_time | DateTime | | YES | | FIELD |
39- | check_time | DateTime | | YES | | FIELD |
37+ | create_time | TimestampSecond | | YES | | FIELD |
38+ | update_time | TimestampSecond | | YES | | FIELD |
39+ | check_time | TimestampSecond | | YES | | FIELD |
4040| table_collation | String | | YES | | FIELD |
4141| checksum | UInt64 | | YES | | FIELD |
4242| create_options | String | | YES | | FIELD |
Original file line number Diff line number Diff line change @@ -36,9 +36,9 @@ The output is as follows:
3636| max_data_length | Int64 | | YES | | FIELD |
3737| index_length | Int64 | | YES | | FIELD |
3838| data_free | Int64 | | YES | | FIELD |
39- | create_time | DateTime | | YES | | FIELD |
40- | update_time | DateTime | | YES | | FIELD |
41- | check_time | DateTime | | YES | | FIELD |
39+ | create_time | TimestampSecond | | YES | | FIELD |
40+ | update_time | TimestampSecond | | YES | | FIELD |
41+ | check_time | TimestampSecond | | YES | | FIELD |
4242| checksum | Int64 | | YES | | FIELD |
4343| partition_comment | String | | YES | | FIELD |
4444| nodegroup | String | | YES | | FIELD |
Original file line number Diff line number Diff line change @@ -34,9 +34,9 @@ The output is as follows:
3434| table_rows | UInt64 | | YES | | FIELD |
3535| data_free | UInt64 | | YES | | FIELD |
3636| auto_increment | UInt64 | | YES | | FIELD |
37- | create_time | DateTime | | YES | | FIELD |
38- | update_time | DateTime | | YES | | FIELD |
39- | check_time | DateTime | | YES | | FIELD |
37+ | create_time | TimestampSecond | | YES | | FIELD |
38+ | update_time | TimestampSecond | | YES | | FIELD |
39+ | check_time | TimestampSecond | | YES | | FIELD |
4040| table_collation | String | | YES | | FIELD |
4141| checksum | UInt64 | | YES | | FIELD |
4242| create_options | String | | YES | | FIELD |
You can’t perform that action at this time.
0 commit comments