From 8e7ac71dec332109a95d90bebd9a18864dee16f4 Mon Sep 17 00:00:00 2001 From: Ran Date: Wed, 18 Jan 2023 16:20:43 +0800 Subject: [PATCH] fix a typo of create_time Signed-off-by: Ran --- tidb-lightning/tidb-lightning-error-resolution.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tidb-lightning/tidb-lightning-error-resolution.md b/tidb-lightning/tidb-lightning-error-resolution.md index 73495bbe16afe..777cecd3c72f7 100644 --- a/tidb-lightning/tidb-lightning-error-resolution.md +++ b/tidb-lightning/tidb-lightning-error-resolution.md @@ -126,7 +126,7 @@ CREATE TABLE conflict_error_v1 ( | Column | Syntax | Type | Conflict | Description | | ------------ | ------ | ---- | -------- | ----------------------------------------------------------------------------------------------------------------------------------- | | task_id | ✓ | ✓ | ✓ | The TiDB Lightning task ID that generates this error | -| create_table | ✓ | ✓ | ✓ | The time at which the error is recorded | +| create_time | ✓ | ✓ | ✓ | The time at which the error is recorded | | table_name | ✓ | ✓ | ✓ | The name of the table that contains the error, in the form of ``'`db`.`tbl`'`` | | path | ✓ | ✓ | | The path of the file that contains the error | | offset | ✓ | ✓ | | The byte position in the file where the error is found |