From 1bb0273b431c7929a40bc4704bdf679fed47bcb2 Mon Sep 17 00:00:00 2001 From: Lynn Date: Fri, 29 Oct 2021 15:41:04 +0800 Subject: [PATCH] *: update add columns features --- basic-features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basic-features.md b/basic-features.md index fc1a7b2738f88..1e78236b369dd 100644 --- a/basic-features.md +++ b/basic-features.md @@ -71,7 +71,7 @@ The following table provides an overview of the feature development history of T | [Auto increment](/auto-increment.md) | Y | Y | Y | Y | | [Auto random](/auto-random.md) | Y | Y | Y | Y | | [DDL algorithm assertions](/sql-statements/sql-statement-alter-table.md) | Y | Y | Y | Y | -| Multi schema change: add column(s) | Y | Y | Y | N | +| Multi schema change: add column(s) | Experimental | Experimental | Experimental | Experimental | | [Change column type](/sql-statements/sql-statement-modify-column.md) | Y | Y | N | N | | **Transactions** | **5.2** | **5.1** | **5.0** | **4.0** | | [Async commit](/system-variables.md#tidb_enable_async_commit-new-in-v50) | Y | Y | Y | N |