mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-03 12:08:31 +00:00
Added decimal as supported dataType (#5547)
This commit is contained in:
parent
2b25c299e5
commit
2b05f6a17a
@ -284,6 +284,7 @@ export const getDataTypeString = (dataType: string): string => {
|
||||
case DataType.Bigint:
|
||||
case DataType.Numeric:
|
||||
case DataType.Tinyint:
|
||||
case DataType.Decimal:
|
||||
return PrimaryTableDataTypes.NUMERIC;
|
||||
case DataType.Boolean:
|
||||
case DataType.Enum:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user