Following create table statement is not recognized by the parser, which is valid statement for Oracle database. ``` from simple_ddl_parser import DDLParser DDLParser("create global temporary table test (id number);").run() ``` result is empty list. python version 3.9.5 simple-ddl-parser==0.29.1