86
72
optional string update_value = 2;
87
73
optional bool default_null = 3 [default = false];
88
74
optional bytes default_bin_value = 4;
93
81
message FieldConstraints {
95
83
optional bool is_unsigned = 2 [default = false];
98
84
repeated string expression = 16; /* Reserve 0-15 for frequenty accessed attributes */