After executing "modify column", its flag has changed #11850
Labels
duplicate
Issues or pull requests already exists.
severity/moderate
sig/sql-infra
SIG: SQL Infra
type/compatibility
Bug Report
Please answer these questions before submitting your issue. Thanks!
If possible, provide a recipe for reproducing the error.
select d from t;
tidb> alter table t modify column d datetime;
Query OK, 0 rows affected (0.01 sec)
tidb> select d from t;
Field 1:
d
Catalog:
def
Database:
test
Table:
t
Org_table:
t
Type: DATETIME
Collation: binary (63)
Length: 19
Max_length: 0
Decimals: 0
Flags:
The text was updated successfully, but these errors were encountered: