feat: add IF EXISTS for DROP (#123)
* feat: add IF EXISTS for DROP For https://github.com/GreptimeTeam/greptimedb/issues/2794 * generate code Signed-off-by: Ruihang Xia <waynestxia@gmail.com> --------- Signed-off-by: Ruihang Xia <waynestxia@gmail.com> Co-authored-by: Ruihang Xia <waynestxia@gmail.com>
This commit is contained in:
@@ -66,6 +66,7 @@ message DropTableExpr {
|
||||
string schema_name = 2;
|
||||
string table_name = 3;
|
||||
TableId table_id = 4;
|
||||
bool drop_if_exists = 5;
|
||||
}
|
||||
|
||||
message CreateDatabaseExpr {
|
||||
|
||||
Reference in New Issue
Block a user