Using JSqlParser 3.2 I get an exception when parsing: ``` create domain TNOTIFICATION_ACTION as ENUM ('ADD', 'CHANGE', 'DEL') Encountered unexpected token: "create" "CREATE" at line 1, column 1. ```