We can easily add new column for a table in BigQuery:

SQL

But when you want to delete or rename an existed column, there is no SQL to implement it. The only way to delete or rename an existed column is to use the bq command:

Console

And remember to backup your data before operating!