chore: type alias typo (#2452)

chore: typo
This commit is contained in:
JeremyHi
2023-09-20 15:53:35 +08:00
committed by GitHub
parent a5c499572c
commit 567fbad647

View File

@@ -32,7 +32,7 @@ use crate::statements::{sql_data_type_to_concrete_data_type, TimezoneInfo};
/// - `INT8` for `tinyint`
/// - `INT16` for `smallint`
/// - `INT32` for `int`
/// - `INT32` for `bigint`
/// - `INT64` for `bigint`
/// - And `UINT8`, `UINT16` etc. for `UnsignedTinyint` etc.
pub(crate) struct TypeAliasTransformRule;