It is now possible to comment on columns in BigQuery: - https://cloud.google.com/bigquery/docs/reference/standard-sql/data-definition-language#alter_column_set_options_statement We should support this in: - [x] DDL - [x] Parser - [x] Code generation - The information is available in `INFORMATION_SCHEMA.COLUMN_FIELD_PATHS`: https://cloud.google.com/bigquery/docs/information-schema-column-field-paths