feat: table ident (#50)

* feat: table ident
This commit is contained in:
LFC
2023-06-15 15:23:52 +08:00
committed by GitHub
parent abb1d0a8f3
commit aee86f4a68
2 changed files with 30 additions and 19 deletions
+1
View File
@@ -58,6 +58,7 @@ message TableName {
message TableIdent {
uint32 table_id = 1;
TableName table_name = 2;
string engine = 3;
}
message TimeInterval {