Library Version 12.1.3.3
You can include comments in your DDL statements using one of the following constructs:
id INTEGER, /* this is a comment */ firstName STRING, // this is a comment lastName STRING, # this is a comment