all record fields are optional by default
This commit is contained in:
@@ -17,6 +17,7 @@ message Field {
|
||||
Type type = 2;
|
||||
int32 index = 3;
|
||||
bool is_repeated = 4;
|
||||
bool is_required = 5;
|
||||
}
|
||||
|
||||
message Type {
|
||||
|
||||
Reference in New Issue
Block a user