DDL Comments

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