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