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.mjs CHANGED
@@ -713,7 +713,7 @@ function StringIdBase(idOptions) {
713
713
  }
714
714
  };
715
715
  const decs = [
716
- StringColumn(idOptions.length || (idOptions.uuid ? 36 : 255), {
716
+ StringColumn(idOptions.length || (idOptions.uuid ? void 0 : 255), {
717
717
  required: !idOptions.uuid,
718
718
  description: idOptions.description,
719
719
  columnExtras: { primary: true, nullable: false }