Right now `CREATE TRIGGER xxx` yields ```txt :1:8: CREATE TRIGGER xxx ^ (line 1, column 8): unexpected Identifier Nothing "TRIGGER" expecting schema, table, index, unique index, recursive, view, domain, sequence, role or assertion ``` Same for `DROP TRIGGER xxx`