Updates
This commit is contained in:
@@ -15,6 +15,10 @@ export default function dataTypeConstructor(
|
||||
return (finalType += `(${limit || 250})`);
|
||||
}
|
||||
|
||||
if (finalType == "VECTOR") {
|
||||
return (finalType += `(${limit || 120})`);
|
||||
}
|
||||
|
||||
if (
|
||||
finalType == "DECIMAL" ||
|
||||
finalType == "FLOAT" ||
|
||||
|
||||
Reference in New Issue
Block a user