DDLコメント

次の構造の1つを使用して、DDL文にコメントを含めることができます。

id INTEGER, /* this is a comment */
firstName STRING, // this is a comment
lastName STRING, # this is a comment