Updates
This commit is contained in:
@@ -6,7 +6,7 @@ const DataTypes = [
|
||||
argument: true,
|
||||
description:
|
||||
"Varchar is simply letters and numbers within the range 0 - 255",
|
||||
maxValue: 255,
|
||||
maxValue: 2000,
|
||||
},
|
||||
{
|
||||
title: "TINYINT",
|
||||
@@ -110,6 +110,12 @@ const DataTypes = [
|
||||
name: "TIMESTAMP",
|
||||
description: "Time Stamp",
|
||||
},
|
||||
{
|
||||
title: "VECTOR",
|
||||
name: "VECTOR",
|
||||
description: "Vector Field for vector-based applications",
|
||||
maxValue: 2147483647,
|
||||
},
|
||||
] as const;
|
||||
|
||||
export default DataTypes;
|
||||
|
||||
Reference in New Issue
Block a user