schemabuf
schemabuf copied to clipboard
Skip/discard singularize message name (table name)
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.