diff options
Diffstat (limited to 'file.proto')
| -rw-r--r-- | file.proto | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -29,6 +29,8 @@ message MsgVar { string varName = 1; // the variable name string varType = 2; // the variable type bool isRepeated = 3; // does the variable repeate + bool hasSort = 4; // marked with sort + bool hasUnique = 5; // marked with unique } message MsgName { |
