@byteluck-fe/model-driven-engine 2.10.0-alpha.20 → 2.10.0-alpha.21
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.
|
@@ -550,7 +550,7 @@ var ValueCheckerFactory = /*#__PURE__*/ function() {
|
|
|
550
550
|
case FieldTypes.VARCHAR:
|
|
551
551
|
case FieldTypes.TIMESTAMP:
|
|
552
552
|
case FieldTypes.TEXT:
|
|
553
|
-
case FieldTypes.RELATION:
|
|
553
|
+
// case FieldTypes.RELATION:
|
|
554
554
|
case FieldTypes.AUTO_NUMBER:
|
|
555
555
|
checker = new StringValueChecker();
|
|
556
556
|
break;
|