HDBTable Format Display
This code editor displays the table definition in HDBTable format, which is the native SAP HANA design-time artifact format used in HANA Development projects and HDI (HANA Deployment Infrastructure) containers.
The HDBTable format is a JSON-like notation that defines table structure using HANA-specific syntax. You can use this definition to:
HDBTable format is particularly useful in modern SAP HANA development workflows where database objects are managed as design-time artifacts rather than runtime objects. Copy this definition to create a corresponding .hdbtable file in your project.