nicot 1.1.28 → 1.1.29

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -769,7 +769,7 @@ function StringIdBase(idOptions) {
769
769
  }
770
770
  };
771
771
  const decs = [
772
- StringColumn(idOptions.length || (idOptions.uuid ? 36 : 255), {
772
+ StringColumn(idOptions.length || (idOptions.uuid ? void 0 : 255), {
773
773
  required: !idOptions.uuid,
774
774
  description: idOptions.description,
775
775
  columnExtras: { primary: true, nullable: false }