Add Field
Add a field to a table
Syntax
alter table <table reference> add field <field spec>
Parameters
table reference
String — Name of the table to add a field to, optionally qualified by schema.
field spec
JSON — Definition of the new field.