Alter Table

Update the definition of a table. Only the table descriptive information is modified. Fields and persistence mappings are left unchanged.

Syntax

alter table <table reference> <table spec>

Parameters

table reference

String. Name of the table to alter, optionally qualified by a schema name.

table spec

JSON. New definition for the table.

Was this article helpful?
0 out of 0 found this helpful