This commit is contained in:
Benjamin Toby
2025-08-04 08:20:32 +01:00
parent 71a8431de5
commit ab13c68c8e
18 changed files with 41 additions and 20 deletions
@@ -15,6 +15,10 @@ export default function dataTypeConstructor(
return (finalType += `(${limit || 250})`);
}
if (finalType == "VECTOR") {
return (finalType += `(${limit || 120})`);
}
if (
finalType == "DECIMAL" ||
finalType == "FLOAT" ||