drop_table ::= "drop" "table" [ schema_name "." ] table_name [ "cascade" "constraints" ]
This rule is called by drop_command
drop_command