goccy / bigquery-emulator

BigQuery emulator server implemented in Go
MIT License
845 stars 108 forks source link

Add support for `OPTIONS` #212

Open criccomini opened 1 year ago

criccomini commented 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.