`ALTER TABLE ... ADD/DROP SYNONYM` is not yet supported. https://cloud.google.com/spanner/docs/reference/standard-sql/data-definition-language#alter_table ``` ALTER TABLE table_name action where action is: ADD SYNONYM synonym DROP SYNONYM synonym ... ``` Related: #115