Skip to content

Commit 57d19a8

Browse files
committed
Remove length default property from char and binary
1 parent 22db6d2 commit 57d19a8

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

types/binary.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
"hiddenOnEntity": "view",
88
"defaultValues": {
99
"primaryKey": false,
10-
"mode": "bytea",
11-
"length": 10
10+
"mode": "bytea"
1211
},
1312
"descriptor": [
1413
{

types/char.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
"childRelationships": [],
1414
"foreignCollection": "",
1515
"foreignField": [],
16-
"mode": "varchar",
17-
"length": 10
16+
"mode": "varchar"
1817
}
1918
}

0 commit comments

Comments
 (0)