Open criccomini opened 1 year ago
I'd like to run:
CREATE TABLE `test_dataset.test_table_description` ( test_string STRING OPTIONS(description="This is a test string column") )
And have it create tables with the description set for the column.
I'd like to run:
And have it create tables with the description set for the column.