GENERATE COLUMNSFOR entity_name[ IN STORE store_name ];
Description
This command generates a list of DDL columns from an entity, e.g. Entity, that has corresponding Protocol Buffers and Descriptors. The command specially simplifies creating DDL for complex Descriptors.
Entity columns can only be generated if the current role has USAGE privileges on the Store.
Arguments
entity_name
Name of the entity to generate columns for.
IN STORE store_name
Optionally, a store_name can be provided to search the corresponding entity_name within.
Examples
Generate columns for an Entity in the current Store