From 5fae03574e93a7e90885b1abcdacdf4c37757159 Mon Sep 17 00:00:00 2001 From: Vitalii Yarmus <71256742+Vitalii4as@users.noreply.github.com> Date: Wed, 13 Nov 2024 17:45:18 +0200 Subject: [PATCH] Remove length default property from char and binary (#123) --- types/binary.json | 3 +-- types/char.json | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/types/binary.json b/types/binary.json index 23fae0b..89d9046 100644 --- a/types/binary.json +++ b/types/binary.json @@ -7,8 +7,7 @@ "hiddenOnEntity": "view", "defaultValues": { "primaryKey": false, - "mode": "bytea", - "length": 10 + "mode": "bytea" }, "descriptor": [ { diff --git a/types/char.json b/types/char.json index 14cce4b..2986cf0 100644 --- a/types/char.json +++ b/types/char.json @@ -13,7 +13,6 @@ "childRelationships": [], "foreignCollection": "", "foreignField": [], - "mode": "varchar", - "length": 10 + "mode": "varchar" } }