AppFlowy/rust-lib/flowy-user/src/protobuf/proto/user_table.proto
2021-07-11 00:07:37 +08:00

9 lines
124 B
Protocol Buffer

syntax = "proto3";
message User {
string id = 1;
string name = 2;
string email = 3;
string password = 4;
}