Updates
This commit is contained in:
@@ -43,6 +43,9 @@ function dataTypeConstructor(dataType, limit, decimal) {
|
||||
if (finalType == "VARCHAR") {
|
||||
return (finalType += `(${limit || 250})`);
|
||||
}
|
||||
if (finalType == "VECTOR") {
|
||||
return (finalType += `(${limit || 120})`);
|
||||
}
|
||||
if (finalType == "DECIMAL" ||
|
||||
finalType == "FLOAT" ||
|
||||
finalType == "DOUBLE") {
|
||||
|
||||
Reference in New Issue
Block a user