You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I have 2 tables with similar names, eg: some_type and some_types, then I get only one message named SomeType, with all fields are merged from 2 tables above.
Obviously, some errors like schema.proto:6176:9: "id" is already defined in "schema.SomeType". occurred when I used it with protoc command.
The text was updated successfully, but these errors were encountered:
If I have 2 tables with similar names, eg:
some_type
andsome_types
, then I get only one message namedSomeType
, with all fields are merged from 2 tables above.Obviously, some errors like
schema.proto:6176:9: "id" is already defined in "schema.SomeType".
occurred when I used it with protoc command.The text was updated successfully, but these errors were encountered: