all record fields are optional by default

This commit is contained in:
chrislu
2024-04-18 23:17:52 -07:00
parent 384ed7a381
commit cc1ce3de87
3 changed files with 85 additions and 71 deletions

View File

@@ -17,6 +17,7 @@ message Field {
Type type = 2;
int32 index = 3;
bool is_repeated = 4;
bool is_required = 5;
}
message Type {