0
由於某種原因,工作臺在輸出腳本中包含一個表,這是我很久以前刪除的。工作臺包含一個已經刪除的表
因此,在運行腳本時,它會識別以下錯誤。 我知道從腳本中刪除它可以解決我的問題,但我無法弄清楚地獄工作臺正在獲取該表格。
Executing SQL script in server
ERROR: Error 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')
ENGINE = InnoDB
DEFAULT CHARACTER SET = utf8' at line 2
CREATE TABLE IF NOT EXISTS `FestockDb`.`Film_has_CastEntitie` (
)
ENGINE = InnoDB
DEFAULT CHARACTER SET = utf8
SQL script execution finished: statements: 254 succeeded, 1 failed
Fetching back view definitions in final form.
Nothing to fetch